A library for all codingcat plugins.
This library won't be updated anymore, since it's quite outdated and needs to be completely re-written at some point.
Add the codingcat maven releases repository:
<repository>
<id>codingcat-releases</id>
<url>https://maven.codingcat24.dev/releases</url>
</repository>Import CatLib:
<dependency>
<groupId>com.codingcat</groupId>
<artifactId>CatLib</artifactId>
<version>1.0</version>
</dependency>