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