GroupId | GroupIdxyz.rk0cc.jogu |
---|---|
ArtifactId | ArtifactIdjogu |
Version | Version1.0.0-Release |
Type | Typejar |
Filename | Size |
---|---|
jogu-1.0.0-Release.pom | |
jogu-1.0.0-Release.jar | 22 KB |
jogu-1.0.0-Release-sources.jar | 10 KB |
jogu-1.0.0-Release-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.rk0cc.jogu/jogu/ -->
<dependency>
<groupId>xyz.rk0cc.jogu</groupId>
<artifactId>jogu</artifactId>
<version>1.0.0-Release</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.rk0cc.jogu/jogu/
implementation 'xyz.rk0cc.jogu:jogu:1.0.0-Release'
// https://jarcasting.com/artifacts/xyz.rk0cc.jogu/jogu/
implementation ("xyz.rk0cc.jogu:jogu:1.0.0-Release")
'xyz.rk0cc.jogu:jogu:jar:1.0.0-Release'
<dependency org="xyz.rk0cc.jogu" name="jogu" rev="1.0.0-Release">
<artifact name="jogu" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.rk0cc.jogu', module='jogu', version='1.0.0-Release')
)
libraryDependencies += "xyz.rk0cc.jogu" % "jogu" % "1.0.0-Release"
[xyz.rk0cc.jogu/jogu "1.0.0-Release"]