is not current version
Last Version 0.0.6-RELEASE

store.idragon.tool:base 0.0.1-RELEASE


GroupId

GroupId

store.idragon.tool
ArtifactId

ArtifactId

base
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download base 0.0.1-RELEASE


<!-- 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"]