MVN

io.provenance.client : pb-grpc-cli-kotlin

Maven & Gradle

Aug 17, 2023
6 stars

Provenance Blockchain GRPC Kotlin Client · A GRPC client for communicating with the Provenance Blockchain

<dependency>
    <groupId>io.provenance.client</groupId>
    <artifactId>pb-grpc-cli-kotlin</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.client : pb-grpc-cli-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.provenance.client : pb-grpc-cli-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
pb-grpc-cli-kotlin-2.1.1
pb-grpc-cli-kotlin-2.1.0
2.0.x
pb-grpc-cli-kotlin-2.0.0
1.4.x
pb-grpc-cli-kotlin-1.4.0
1.3.x
pb-grpc-cli-kotlin-1.3.0
1.2.x
pb-grpc-cli-kotlin-1.2.0

How to add a dependency to Maven

Add the following io.provenance.client : pb-grpc-cli-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.provenance.client</groupId>
    <artifactId>pb-grpc-cli-kotlin</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.client : pb-grpc-cli-kotlin gradle dependency to your build.gradle file:

implementation 'io.provenance.client:pb-grpc-cli-kotlin:2.1.1'

Gradle Kotlin DSL: Add the following io.provenance.client : pb-grpc-cli-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.client:pb-grpc-cli-kotlin:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.client : pb-grpc-cli-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.client" % "pb-grpc-cli-kotlin" % "2.1.1"