MVN

io.provenance.objectstore.gateway : proto

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

Latest Version

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

  • Latest Stable: 2.0.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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