You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
JaTiTV 150d9f4933
15.9
4 months ago
.gitea/ISSUE_TEMPLATE „.gitea/ISSUE_TEMPLATE/feature_request.md“ ändern 11 months ago
.idea 15.8 4 months ago
src/main 15.9 4 months ago
.gitignore change gitignore 5 months ago
README.md „README.md“ ändern 1 year ago
pom.xml 15.9 4 months ago

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>