MVN

tech.figure.block : api-proto

Maven & Gradle

May 30, 2023

Provenance Block API Client · gRPC client code to interact with Figures off chain Provenance data

<dependency>
    <groupId>tech.figure.block</groupId>
    <artifactId>api-proto</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.figure.block : api-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of tech.figure.block : api-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
api-proto-0.2.1
api-proto-0.2.0
0.1.x
api-proto-0.1.10
api-proto-0.1.9
api-proto-0.1.8
api-proto-0.1.7
api-proto-0.1.6
api-proto-0.1.5
api-proto-0.1.4
api-proto-0.1.3
api-proto-0.1.2
api-proto-0.1.1

How to add a dependency to Maven

Add the following tech.figure.block : api-proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.figure.block</groupId>
    <artifactId>api-proto</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.figure.block : api-proto gradle dependency to your build.gradle file:

implementation 'tech.figure.block:api-proto:0.2.1'

Gradle Kotlin DSL: Add the following tech.figure.block : api-proto gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.figure.block:api-proto:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.figure.block : api-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.figure.block" % "api-proto" % "0.2.1"