License |
License |
---|---|
GroupId | GroupIdcom.jd.blockchain |
ArtifactId | ArtifactIdexplorer |
Last Version | Last Version0.7.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionexplorer
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
explorer-0.7.0.RELEASE.pom | |
explorer-0.7.0.RELEASE.jar | 1 MB |
explorer-0.7.0.RELEASE-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/explorer/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>explorer</artifactId>
<version>0.7.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/explorer/
implementation 'com.jd.blockchain:explorer:0.7.0.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/explorer/
implementation ("com.jd.blockchain:explorer:0.7.0.RELEASE")
'com.jd.blockchain:explorer:jar:0.7.0.RELEASE'
<dependency org="com.jd.blockchain" name="explorer" rev="0.7.0.RELEASE">
<artifact name="explorer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='explorer', version='0.7.0.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "explorer" % "0.7.0.RELEASE"
[com.jd.blockchain/explorer "0.7.0.RELEASE"]