GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version0.8.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
base-0.8.2.RELEASE.pom | |
base-0.8.2.RELEASE.jar | 3 KB |
base-0.8.2.RELEASE-sources.jar | 1 KB |
base-0.8.2.RELEASE-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/base/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>base</artifactId>
<version>0.8.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/base/
implementation 'com.jd.blockchain:base:0.8.2.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/base/
implementation ("com.jd.blockchain:base:0.8.2.RELEASE")
'com.jd.blockchain:base:jar:0.8.2.RELEASE'
<dependency org="com.jd.blockchain" name="base" rev="0.8.2.RELEASE">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='base', version='0.8.2.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "base" % "0.8.2.RELEASE"
[com.jd.blockchain/base "0.8.2.RELEASE"]