GroupId | GroupIdio.github.lhogie |
---|---|
ArtifactId | ArtifactIdtoools |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
toools-0.0.2.pom | |
toools-0.0.2.jar | 515 KB |
toools-0.0.2-sources.jar | 394 KB |
toools-0.0.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lhogie/toools/ -->
<dependency>
<groupId>io.github.lhogie</groupId>
<artifactId>toools</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lhogie/toools/
implementation 'io.github.lhogie:toools:0.0.2'
// https://jarcasting.com/artifacts/io.github.lhogie/toools/
implementation ("io.github.lhogie:toools:0.0.2")
'io.github.lhogie:toools:jar:0.0.2'
<dependency org="io.github.lhogie" name="toools" rev="0.0.2">
<artifact name="toools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lhogie', module='toools', version='0.0.2')
)
libraryDependencies += "io.github.lhogie" % "toools" % "0.0.2"
[io.github.lhogie/toools "0.0.2"]