@@ -29,6 +29,7 @@ The following table shows versions compatibility:
2929
3030| Light Client | Exonum | Exonum Java |
3131| --------------| --------| -------------|
32+ | 0.5.0 | 0.13.* | 0.9.* |
3233| 0.4.0 | 0.12.* | 0.8.0 |
3334| 0.3.0 | 0.11.* | 0.6.0-0.7.0 |
3435| 0.2.0 | 0.11.* | 0.6.0 |
@@ -44,12 +45,12 @@ If you are using Maven, add this to your _pom.xml_ file
4445<dependency >
4546 <groupId >com.exonum.client</groupId >
4647 <artifactId >exonum-light-client</artifactId >
47- <version >0.4 .0</version >
48+ <version >0.5 .0</version >
4849</dependency >
4950```
5051If you are using Gradle, add this to your dependencies
5152``` Groovy
52- compile 'com.exonum.client:exonum-light-client:0.4 .0'
53+ compile 'com.exonum.client:exonum-light-client:0.5 .0'
5354```
5455
5556## Examples
@@ -151,9 +152,9 @@ which is required for the client.
151152Apache 2.0 - see [ LICENSE] ( ../LICENSE ) for more information.
152153
153154[ exonum ] : https://github.com/exonum/exonum
154- [ ejb-documentation ] : https://exonum.com/doc/api/java-binding/0.8.0 /index.html
155- [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding/0.8.0 /com/exonum/binding/common/message/TransactionMessage.Builder.html
155+ [ ejb-documentation ] : https://exonum.com/doc/api/java-binding/0.9.0-rc2 /index.html
156+ [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding/0.9.0-rc2 /com/exonum/binding/common/message/TransactionMessage.Builder.html
156157[ protobuf ] : https://developers.google.com/protocol-buffers/docs/proto3
157- [ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.8.0 /com/exonum/binding/common/serialization/StandardSerializers.html
158+ [ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.9.0-rc2 /com/exonum/binding/common/serialization/StandardSerializers.html
158159[ send-tx-it ] : ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
159- [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.4 .0/com/exonum/client/ExonumClient.html
160+ [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.5 .0/com/exonum/client/ExonumClient.html
0 commit comments