GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdstorage-service |
Version | Version1.4.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-service</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation 'com.jd.blockchain:storage-service:1.4.1.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/storage-service/
implementation ("com.jd.blockchain:storage-service:1.4.1.RELEASE")
'com.jd.blockchain:storage-service:jar:1.4.1.RELEASE'
<dependency org="com.jd.blockchain" name="storage-service" rev="1.4.1.RELEASE">
<artifact name="storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='storage-service', version='1.4.1.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "storage-service" % "1.4.1.RELEASE"
[com.jd.blockchain/storage-service "1.4.1.RELEASE"]