mirror of
https://github.com/fluencelabs/jabci
synced 2025-03-16 19:20:50 +00:00
version 0.15 on develop
This commit is contained in:
parent
baf45cedc7
commit
b062156597
@ -9,12 +9,12 @@ A Java implementation of the Tendermint Application BlockChain Interface ([ABCI]
|
||||
Check out [StartupExampleDummy.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/StartupExampleDummy.java) or [JavaCounter.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/JavaCounter.java) for examples.
|
||||
|
||||
#### Maven integration
|
||||
jABCI v0.12.0.2 Release is now available via maven central. Use the following dependency to include the latest release:
|
||||
jABCI v0.15 Release is now available via maven central. Use the following dependency to include the latest release:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.jtendermint</groupId>
|
||||
<artifactId>jabci</artifactId>
|
||||
<version>0.12.0.2</version>
|
||||
<version>0.15</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user