MVN

com.binance4j : binance4j-nft

Maven & Gradle

Aug 18, 2022
14 stars

binance4j-nft · Connector for the NFT endpoints of the Binance API

<dependency>
    <groupId>com.binance4j</groupId>
    <artifactId>binance4j-nft</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.binance4j : binance4j-nft to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.binance4j : binance4j-nft to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
binance4j-nft-2.4.0
2.3.x
binance4j-nft-2.3.0
2.2.x
binance4j-nft-2.2.0
2.1.x
binance4j-nft-2.1.1
binance4j-nft-2.1.0
2.0.x
binance4j-nft-2.0.8
binance4j-nft-2.0.7
binance4j-nft-2.0.6
binance4j-nft-2.0.5
binance4j-nft-2.0.4
binance4j-nft-2.0.3
binance4j-nft-2.0.2
binance4j-nft-2.0.1
1.7.x
binance4j-nft-1.7.5
binance4j-nft-1.7.4
binance4j-nft-1.7.3
binance4j-nft-1.7.2
binance4j-nft-1.7.1

How to add a dependency to Maven

Add the following com.binance4j : binance4j-nft maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.binance4j</groupId>
    <artifactId>binance4j-nft</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.binance4j : binance4j-nft gradle dependency to your build.gradle file:

implementation 'com.binance4j:binance4j-nft:2.4.0'

Gradle Kotlin DSL: Add the following com.binance4j : binance4j-nft gradle kotlin dependency to your build.gradle.kts file:

implementation("com.binance4j:binance4j-nft:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.binance4j : binance4j-nft sbt scala dependency to your build.sbt file:

libraryDependencies += "com.binance4j" % "binance4j-nft" % "2.4.0"