GroupId | GroupIdio.github.zon-g |
---|---|
ArtifactId | ArtifactIdABC-server |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ABC-server-1.0.1.pom | |
ABC-server-1.0.1.jar | 19 MB |
ABC-server-1.0.1-sources.jar | 20 KB |
ABC-server-1.0.1-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zon-g/ABC-server/ -->
<dependency>
<groupId>io.github.zon-g</groupId>
<artifactId>ABC-server</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zon-g/ABC-server/
implementation 'io.github.zon-g:ABC-server:1.0.1'
// https://jarcasting.com/artifacts/io.github.zon-g/ABC-server/
implementation ("io.github.zon-g:ABC-server:1.0.1")
'io.github.zon-g:ABC-server:jar:1.0.1'
<dependency org="io.github.zon-g" name="ABC-server" rev="1.0.1">
<artifact name="ABC-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zon-g', module='ABC-server', version='1.0.1')
)
libraryDependencies += "io.github.zon-g" % "ABC-server" % "1.0.1"
[io.github.zon-g/ABC-server "1.0.1"]