GroupId | GroupIdio.github.lhogie |
---|---|
ArtifactId | ArtifactIdtoools |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
toools-0.0.4.pom | |
toools-0.0.4.jar | 474 KB |
toools-0.0.4-sources.jar | 394 KB |
toools-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lhogie/toools/
implementation 'io.github.lhogie:toools:0.0.4'
// https://jarcasting.com/artifacts/io.github.lhogie/toools/
implementation ("io.github.lhogie:toools:0.0.4")
'io.github.lhogie:toools:jar:0.0.4'
<dependency org="io.github.lhogie" name="toools" rev="0.0.4">
<artifact name="toools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lhogie', module='toools', version='0.0.4')
)
libraryDependencies += "io.github.lhogie" % "toools" % "0.0.4"
[io.github.lhogie/toools "0.0.4"]