License |
License |
---|---|
GroupId | GroupIdcom.jd.blockchain |
ArtifactId | ArtifactIdstorage-service |
Version | Version1.4.3.RELEASE |
Type | Typejar |
Description |
DescriptionRoot project of jdchain framewrok.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-service</artifactId>
<version>1.4.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation 'com.jd.blockchain:storage-service:1.4.3.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation ("com.jd.blockchain:storage-service:1.4.3.RELEASE")
'com.jd.blockchain:storage-service:jar:1.4.3.RELEASE'
<dependency org="com.jd.blockchain" name="storage-service" rev="1.4.3.RELEASE">
<artifact name="storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='storage-service', version='1.4.3.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "storage-service" % "1.4.3.RELEASE"
[com.jd.blockchain/storage-service "1.4.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jd.utils : utils-common | jar | 2.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.9.0 |