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