is not current version
Last Version 1.1.1

xyz.rk0cc.jogu:jogu 1.0.0-Release

A Java library that containing Git repository URL as object with parser provided.

GroupId

GroupId

xyz.rk0cc.jogu
ArtifactId

ArtifactId

jogu
Version

Version

1.0.0-Release
Type

Type

jar

Download jogu 1.0.0-Release


<!-- 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"]