MVN

io.provenance.objectstore.gateway : client

Maven & Gradle

May 26, 2022
0 stars

Provenance Object Store Gateway Client Library · A library for interacting with the Provenance Object Store Gateway

<dependency>
    <groupId>io.provenance.objectstore.gateway</groupId>
    <artifactId>client</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.objectstore.gateway : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of io.provenance.objectstore.gateway : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
client-2.0.4
client-2.0.3
client-2.0.2
client-2.0.1
client-2.0.0
1.1.x
client-1.1.1
client-1.1.0
1.0.x
client-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.provenance.objectstore.gateway</groupId>
    <artifactId>client</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.objectstore.gateway : client gradle dependency to your build.gradle file:

implementation 'io.provenance.objectstore.gateway:client:2.0.4'

Gradle Kotlin DSL: Add the following io.provenance.objectstore.gateway : client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.objectstore.gateway:client:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.objectstore.gateway : client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.objectstore.gateway" % "client" % "2.0.4"