GroupId | GroupIdclub.lemos |
---|---|
ArtifactId | ArtifactIdjtool |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jtool-1.1.0.pom | |
jtool-1.1.0.jar | 76 KB |
jtool-1.1.0-sources.jar | 44 KB |
jtool-1.1.0-javadoc.jar | 731 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.lemos/jtool/ -->
<dependency>
<groupId>club.lemos</groupId>
<artifactId>jtool</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/club.lemos/jtool/
implementation 'club.lemos:jtool:1.1.0'
// https://jarcasting.com/artifacts/club.lemos/jtool/
implementation ("club.lemos:jtool:1.1.0")
'club.lemos:jtool:jar:1.1.0'
<dependency org="club.lemos" name="jtool" rev="1.1.0">
<artifact name="jtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.lemos', module='jtool', version='1.1.0')
)
libraryDependencies += "club.lemos" % "jtool" % "1.1.0"
[club.lemos/jtool "1.1.0"]