JaTiTV f034567aec 16.9
Important!

If you have downloaded and are using version 16.8, please make sure to upgrade to 16.9! The 16.8 is not compatible with my plugins, as this is already a revised version but all my plugins have not yet been adapted.
I apologize for this mistake on my part.
2024-09-30 18:04:33 +02:00
2024-06-15 02:34:34 +02:00
2024-09-30 18:04:33 +02:00
2023-07-10 03:59:53 +02:00
2024-09-30 18:04:33 +02:00
2022-11-14 15:56:05 +00:00


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>

Description
No description provided
Readme 24 MiB
2024-09-30 16:05:29 +00:00
Languages
Java 100%