MVN

com.github.jtendermint : jabci

Maven & Gradle

Nov 13, 2019
52 stars

com.github.jtendermint:jabci · Java implementation for ABCI consensus protocol from tendermint.com and related tools

<dependency>
    <groupId>com.github.jtendermint</groupId>
    <artifactId>jabci</artifactId>
    <version>0.32.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jtendermint : jabci to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32.3

All Versions

Choose a version of com.github.jtendermint : jabci to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32.x
jabci-0.32.3
0.26.x
jabci-0.26.0
0.24.x
jabci-0.24.0
0.20.x
jabci-0.20.0.1
jabci-0.20.0
0.17.x
jabci-0.17.1
0.16
jabci-0.16
0.15
jabci-0.15
0.12.x
jabci-0.12.0.2
jabci-0.12.0.1
jabci-0.12.0
0.10.x
jabci-0.10.0
0.9.x
jabci-0.9.0

How to add a dependency to Maven

Add the following com.github.jtendermint : jabci maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jtendermint</groupId>
    <artifactId>jabci</artifactId>
    <version>0.32.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jtendermint : jabci gradle dependency to your build.gradle file:

implementation 'com.github.jtendermint:jabci:0.32.3'

Gradle Kotlin DSL: Add the following com.github.jtendermint : jabci gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jtendermint:jabci:0.32.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jtendermint : jabci sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jtendermint" % "jabci" % "0.32.3"