MVN

tech.figure.classification.asset : ac-client

Maven & Gradle

Feb 27, 2023
0 stars

Figure Asset Classification Kotlin Libraries · Various tools for interacting with the Asset Classification smart contract

<dependency>
    <groupId>tech.figure.classification.asset</groupId>
    <artifactId>ac-client</artifactId>
    <version>3.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.figure.classification.asset : ac-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.1

All Versions

Choose a version of tech.figure.classification.asset : ac-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
ac-client-3.7.1
ac-client-3.7.0
3.6.x
ac-client-3.6.1
ac-client-3.6.0
3.5.x
ac-client-3.5.0
3.4.x
ac-client-3.4.4
ac-client-3.4.3
ac-client-3.4.2
ac-client-3.4.1
ac-client-3.4.0
3.3.x
ac-client-3.3.1
ac-client-3.3.0
3.2.x
ac-client-3.2.0
3.1.x
ac-client-3.1.0
3.0.x
ac-client-3.0.2
ac-client-3.0.1
ac-client-3.0.0
2.0.x
ac-client-2.0.2
ac-client-2.0.1
ac-client-2.0.0

How to add a dependency to Maven

Add the following tech.figure.classification.asset : ac-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.figure.classification.asset</groupId>
    <artifactId>ac-client</artifactId>
    <version>3.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.figure.classification.asset : ac-client gradle dependency to your build.gradle file:

implementation 'tech.figure.classification.asset:ac-client:3.7.1'

Gradle Kotlin DSL: Add the following tech.figure.classification.asset : ac-client gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.figure.classification.asset:ac-client:3.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.figure.classification.asset : ac-client sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.figure.classification.asset" % "ac-client" % "3.7.1"