| License |
License |
|---|---|
| GroupId | GroupIdstore.idragon.tool |
| ArtifactId | ArtifactIdtool |
| Version | Version0.0.3-RELEASE |
| Type | Typepom |
| Description |
DescriptionIDragon
idragon tool
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tool-0.0.3-RELEASE.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/store.idragon.tool/tool/ -->
<dependency>
<groupId>store.idragon.tool</groupId>
<artifactId>tool</artifactId>
<version>0.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/store.idragon.tool/tool/
implementation 'store.idragon.tool:tool:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/store.idragon.tool/tool/
implementation ("store.idragon.tool:tool:0.0.3-RELEASE")
'store.idragon.tool:tool:pom:0.0.3-RELEASE'
<dependency org="store.idragon.tool" name="tool" rev="0.0.3-RELEASE">
<artifact name="tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='store.idragon.tool', module='tool', version='0.0.3-RELEASE')
)
libraryDependencies += "store.idragon.tool" % "tool" % "0.0.3-RELEASE"
[store.idragon.tool/tool "0.0.3-RELEASE"]