Go to file
JaTiTV e9ee3e690c Merge pull request 'Update T2CnameHistory.java' (#18) from 14.5_FIX into 14.5
Reviewed-on: #18
2023-05-16 17:31:34 +00:00
.gitea/ISSUE_TEMPLATE „.gitea/ISSUE_TEMPLATE/feature_request.md“ ändern 2022-12-31 20:28:25 +00:00
src/main Update T2CnameHistory.java 2023-05-16 19:08:48 +02:00
.gitignore Initial 2022-11-10 10:12:15 +01:00
README.md „README.md“ ändern 2022-11-14 15:56:05 +00:00
pom.xml 14.5 2023-05-04 16:26:04 +02:00

README.md


Links


T2CodeLib is a library for the plugins of T2Code.

Main library file to centralize the main functions for multiple plugins, allowing better maintenance capabilities and reducing the overall size of the plugins.

Maven:

<repositories>
   <repository>
       <id>T2Code</id>
       <url>https://repo.t2code.net/repository/T2Code/</url>
   </repository>
</repositories>

<dependencies>
   <dependency>
       <groupId>net.t2code</groupId>
       <artifactId>T2CodeLib</artifactId>
       <version>VERSION</version>
   </dependency>
</dependencies>