The Java SDK
Esta página aún no está disponible en tu idioma.
Installation
Section titled “Installation”- 
add the repository in your build.gradlerepositories {...maven { url 'https://jitpack.io' }}
- 
Add the dependency in your build.gradledependencies {implementation 'net.tcgdex:java-sdk:{Version}'}
- 
add the repository in your pom.xml<repositories><repository><id>jitpack.io</id><url>https://jitpack.io</url></repository></repositories>
- 
Add the depedency in your pom.xml<dependency><groupId>net.tcgdex</groupId><artifactId>java-sdk</artifactId><version>{Version}</version></dependency>
WIP
You can check in the JSON REST API docs and select the correct tab to see the command specific for your SDK