| GroupId | GroupIdio.github.yan42685 |
|---|---|
| ArtifactId | ArtifactIdatool |
| Version | Version1.0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atool-1.0.0.1.pom | |
| atool-1.0.0.1.jar | 13 KB |
| atool-1.0.0.1-sources.jar | 8 KB |
| atool-1.0.0.1-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yan42685/atool/ -->
<dependency>
<groupId>io.github.yan42685</groupId>
<artifactId>atool</artifactId>
<version>1.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yan42685/atool/
implementation 'io.github.yan42685:atool:1.0.0.1'
// https://jarcasting.com/artifacts/io.github.yan42685/atool/
implementation ("io.github.yan42685:atool:1.0.0.1")
'io.github.yan42685:atool:jar:1.0.0.1'
<dependency org="io.github.yan42685" name="atool" rev="1.0.0.1">
<artifact name="atool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yan42685', module='atool', version='1.0.0.1')
)
libraryDependencies += "io.github.yan42685" % "atool" % "1.0.0.1"
[io.github.yan42685/atool "1.0.0.1"]