Skip to content

provenance-io/provenance-protobuf-java

Repository files navigation

Provenance Protobuf Java Library [pb-proto]

THIS LIBRARY IS DEPRECATED

Use the protobindings provided in the Provenance repository.

Artifacts

For Java

For Kotlin


Maven Central Latest Release License


Provenance protos transpiled to java for gRPC.

Installation

Maven

<dependency>
  <groupId>io.provenance.protobuf</groupId>
  <artifactId>pb-proto-java</artifactId>
  <version>${version}</version>
</dependency>

Gradle

Groovy

In build.gradle:

implementation 'io.provenance.protobuf:pb-proto-java:${version}'

Kotlin

In build.gradle.kts:

implementation("io.provenance.protobuf:pb-proto-java:${version}")

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages