GroupId | GroupIdstore.idragon.tool |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version0.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
base-0.0.1-RELEASE.pom | |
base-0.0.1-RELEASE.jar | 2 KB |
base-0.0.1-RELEASE-sources.jar | 1 KB |
base-0.0.1-RELEASE-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/store.idragon.tool/base/ -->
<dependency>
<groupId>store.idragon.tool</groupId>
<artifactId>base</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/store.idragon.tool/base/
implementation 'store.idragon.tool:base:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/store.idragon.tool/base/
implementation ("store.idragon.tool:base:0.0.1-RELEASE")
'store.idragon.tool:base:jar:0.0.1-RELEASE'
<dependency org="store.idragon.tool" name="base" rev="0.0.1-RELEASE">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='store.idragon.tool', module='base', version='0.0.1-RELEASE')
)
libraryDependencies += "store.idragon.tool" % "base" % "0.0.1-RELEASE"
[store.idragon.tool/base "0.0.1-RELEASE"]