The Java SDK
Este conteúdo não está disponível em sua língua ainda.
Installation
Section titled “Installation”Add the dependency in your build.gradle
dependencies { implementation 'net.tcgdex:java-sdk:{Version}'}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