b

binance4j-nft

Connector for the NFT endpoint of the Binance API
https://github.com/binance4j/binance4j
MIT License
Vivien Le Duc
Files download
File Operation
binance4j-nft-1.7.5.jar download
binance4j-nft-1.7.5.pom download
binance4j-nft-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.binance4j</groupId>
  <artifactId>binance4j-nft</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.binance4j:binance4j-nft:1.7.5'
Gradle Kotlin
implementation("com.binance4j:binance4j-nft:1.7.5")
Scala SBT
libraryDependencies += "com.binance4j" % "binance4j-nft" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.binance4j', module='binance4j-nft', version='1.7.5')
)
Apache Ivy
<dependency org="com.binance4j" name="binance4j-nft" rev="1.7.5" />
Leiningen
[com.binance4j/binance4j-nft "1.7.5"]
Apache Buildr
'com.binance4j:binance4j-nft:jar:1.7.5'