License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.jd.blockchain |
ArtifactId | ArtifactIdsdk-client |
Last Version | Last Version1.6.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRoot project of jdchain framewrok.
|
Filename | Size |
---|---|
sdk-client-1.6.4.RELEASE.pom | |
sdk-client-1.6.4.RELEASE.jar | 8 KB |
sdk-client-1.6.4.RELEASE-sources.jar | 7 KB |
sdk-client-1.6.4.RELEASE-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/sdk-client/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>sdk-client</artifactId>
<version>1.6.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/sdk-client/
implementation 'com.jd.blockchain:sdk-client:1.6.4.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/sdk-client/
implementation ("com.jd.blockchain:sdk-client:1.6.4.RELEASE")
'com.jd.blockchain:sdk-client:jar:1.6.4.RELEASE'
<dependency org="com.jd.blockchain" name="sdk-client" rev="1.6.4.RELEASE">
<artifact name="sdk-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='sdk-client', version='1.6.4.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "sdk-client" % "1.6.4.RELEASE"
[com.jd.blockchain/sdk-client "1.6.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jd.blockchain : sdk-base | jar | 1.6.4.RELEASE |
com.jd.blockchain : sdk-rpc | jar | 1.6.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.9.0 |