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