is not current version
Last Version 0.6.0

com.exonum.client:exonum-light-client 0.4.0

The Exonum light client library to work with Exonum blockchain. Can be used to create and submit transactions to blockchain.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.exonum.client
ArtifactId

ArtifactId

exonum-light-client
Version

Version

0.4.0
Type

Type

jar

Download exonum-light-client 0.4.0


<!-- https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/ -->
<dependency>
    <groupId>com.exonum.client</groupId>
    <artifactId>exonum-light-client</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation 'com.exonum.client:exonum-light-client:0.4.0'
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation ("com.exonum.client:exonum-light-client:0.4.0")
'com.exonum.client:exonum-light-client:jar:0.4.0'
<dependency org="com.exonum.client" name="exonum-light-client" rev="0.4.0">
  <artifact name="exonum-light-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exonum.client', module='exonum-light-client', version='0.4.0')
)
libraryDependencies += "com.exonum.client" % "exonum-light-client" % "0.4.0"
[com.exonum.client/exonum-light-client "0.4.0"]