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