License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.exonum.client |
ArtifactId | ArtifactIdexonum-light-client |
Version | Version0.6.0 |
Type | Typejar |
Description |
DescriptionExonum Java Light Client
The Exonum light client library to work with Exonum blockchain.
Can be used to create and submit transactions to blockchain.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exonum-light-client-0.6.0.pom | |
exonum-light-client-0.6.0.jar | 51 KB |
exonum-light-client-0.6.0-sources.jar | 32 KB |
exonum-light-client-0.6.0-javadoc.jar | 483 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/ -->
<dependency>
<groupId>com.exonum.client</groupId>
<artifactId>exonum-light-client</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation 'com.exonum.client:exonum-light-client:0.6.0'
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation ("com.exonum.client:exonum-light-client:0.6.0")
'com.exonum.client:exonum-light-client:jar:0.6.0'
<dependency org="com.exonum.client" name="exonum-light-client" rev="0.6.0">
<artifact name="exonum-light-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exonum.client', module='exonum-light-client', version='0.6.0')
)
libraryDependencies += "com.exonum.client" % "exonum-light-client" % "0.6.0"
[com.exonum.client/exonum-light-client "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.exonum.binding : exonum-java-binding-common | jar | 0.10.0 |
com.squareup.okhttp3 : okhttp | jar | 4.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
org.hamcrest : hamcrest | jar | 2.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |
com.squareup.okhttp3 : mockwebserver | jar | 4.4.1 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.1.13 |