GroupId | GroupIdio.github.novareseller |
---|---|
ArtifactId | ArtifactIdtool |
Version | Version1.0.0.alpha |
Type | Typejar |
Filename | Size |
---|---|
tool-1.0.0.alpha.pom | |
tool-1.0.0.alpha.jar | 18 KB |
tool-1.0.0.alpha-sources.jar | 11 KB |
tool-1.0.0.alpha-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.novareseller/tool/ -->
<dependency>
<groupId>io.github.novareseller</groupId>
<artifactId>tool</artifactId>
<version>1.0.0.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/tool/
implementation 'io.github.novareseller:tool:1.0.0.alpha'
// https://jarcasting.com/artifacts/io.github.novareseller/tool/
implementation ("io.github.novareseller:tool:1.0.0.alpha")
'io.github.novareseller:tool:jar:1.0.0.alpha'
<dependency org="io.github.novareseller" name="tool" rev="1.0.0.alpha">
<artifact name="tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='tool', version='1.0.0.alpha')
)
libraryDependencies += "io.github.novareseller" % "tool" % "1.0.0.alpha"
[io.github.novareseller/tool "1.0.0.alpha"]