GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIddeployAsEnd |
Version | Version1.1.6.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
deployAsEnd-1.1.6.RELEASE.pom | |
deployAsEnd-1.1.6.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>deployAsEnd</artifactId>
<version>1.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/
implementation 'com.jd.blockchain:deployAsEnd:1.1.6.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/
implementation ("com.jd.blockchain:deployAsEnd:1.1.6.RELEASE")
'com.jd.blockchain:deployAsEnd:jar:1.1.6.RELEASE'
<dependency org="com.jd.blockchain" name="deployAsEnd" rev="1.1.6.RELEASE">
<artifact name="deployAsEnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='deployAsEnd', version='1.1.6.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "deployAsEnd" % "1.1.6.RELEASE"
[com.jd.blockchain/deployAsEnd "1.1.6.RELEASE"]