MVN

tech.figure.classification.asset : ac-util

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-util</artifactId>
    <version>3.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.7.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.figure.classification.asset</groupId>
    <artifactId>ac-util</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-util gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement