License |
License |
---|---|
GroupId | GroupIdcom.jd.blockchain |
ArtifactId | ArtifactIdstorage-service |
Last Version | Last Version1.6.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRoot project of jdchain framewrok.
|
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-service</artifactId>
<version>1.6.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation 'com.jd.blockchain:storage-service:1.6.4.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation ("com.jd.blockchain:storage-service:1.6.4.RELEASE")
'com.jd.blockchain:storage-service:jar:1.6.4.RELEASE'
<dependency org="com.jd.blockchain" name="storage-service" rev="1.6.4.RELEASE">
<artifact name="storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='storage-service', version='1.6.4.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "storage-service" % "1.6.4.RELEASE"
[com.jd.blockchain/storage-service "1.6.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jd.utils : utils-common | jar | 2.2.3.RELEASE |
com.jd.blockchain : crypto-framework | jar | 1.6.4.RELEASE |
org.springframework.boot : spring-boot-starter-log4j2 Optional | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.9.0 |