Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.exonum.client |
ArtifactId | ArtifactIdexonum-light-client |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
exonum-light-client-0.5.0.pom | |
exonum-light-client-0.5.0.jar | 54 KB |
exonum-light-client-0.5.0-sources.jar | 36 KB |
exonum-light-client-0.5.0-javadoc.jar | 127 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation 'com.exonum.client:exonum-light-client:0.5.0'
// https://jarcasting.com/artifacts/com.exonum.client/exonum-light-client/
implementation ("com.exonum.client:exonum-light-client:0.5.0")
'com.exonum.client:exonum-light-client:jar:0.5.0'
<dependency org="com.exonum.client" name="exonum-light-client" rev="0.5.0">
<artifact name="exonum-light-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exonum.client', module='exonum-light-client', version='0.5.0')
)
libraryDependencies += "com.exonum.client" % "exonum-light-client" % "0.5.0"
[com.exonum.client/exonum-light-client "0.5.0"]