For the complete documentation index, see llms.txt. This page is also available as Markdown.

Java API

We use jitpack for our repository.

pom.xml - repository
<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>
pom.xml - artifact
<dependency>
	<groupId>com.github.sarhatabaot.TradingCards</groupId>
	<artifactId>tradingcards-api</artifactId>
	<version>5.7.2</version>
</dependency>

Last updated