Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.zon-g |
ArtifactId | ArtifactIdABC-client |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
ABC-client-1.0.2.pom | |
ABC-client-1.0.2.jar | 25 KB |
ABC-client-1.0.2-sources.jar | 24 KB |
ABC-client-1.0.2-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zon-g/ABC-client/ -->
<dependency>
<groupId>io.github.zon-g</groupId>
<artifactId>ABC-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zon-g/ABC-client/
implementation 'io.github.zon-g:ABC-client:1.0.2'
// https://jarcasting.com/artifacts/io.github.zon-g/ABC-client/
implementation ("io.github.zon-g:ABC-client:1.0.2")
'io.github.zon-g:ABC-client:jar:1.0.2'
<dependency org="io.github.zon-g" name="ABC-client" rev="1.0.2">
<artifact name="ABC-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zon-g', module='ABC-client', version='1.0.2')
)
libraryDependencies += "io.github.zon-g" % "ABC-client" % "1.0.2"
[io.github.zon-g/ABC-client "1.0.2"]