MVN

io.provenance.asset : maven

Maven & Gradle

May 11, 2022

Asset Onboarding SDK · Tooling for creating Asset scopes and storing in Object Store

<dependency>
    <groupId>io.provenance.asset</groupId>
    <artifactId>maven</artifactId>
    <version>0.0.0-test2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.asset : maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0-test2

All Versions

Choose a version of io.provenance.asset : maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-0.0.0-test2

How to add a dependency to Maven

Add the following io.provenance.asset : maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.provenance.asset</groupId>
    <artifactId>maven</artifactId>
    <version>0.0.0-test2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.asset : maven gradle dependency to your build.gradle file:

implementation 'io.provenance.asset:maven:0.0.0-test2'

Gradle Kotlin DSL: Add the following io.provenance.asset : maven gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.asset:maven:0.0.0-test2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.asset : maven sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.asset" % "maven" % "0.0.0-test2"

Advertisement