| GroupId | GroupIdio.github.kokecena |
|---|---|
| ArtifactId | ArtifactIdJovisAnimation |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JovisAnimation-1.0.2.pom | |
| JovisAnimation-1.0.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kokecena/JovisAnimation/ -->
<dependency>
<groupId>io.github.kokecena</groupId>
<artifactId>JovisAnimation</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kokecena/JovisAnimation/
implementation 'io.github.kokecena:JovisAnimation:1.0.2'
// https://jarcasting.com/artifacts/io.github.kokecena/JovisAnimation/
implementation ("io.github.kokecena:JovisAnimation:1.0.2")
'io.github.kokecena:JovisAnimation:jar:1.0.2'
<dependency org="io.github.kokecena" name="JovisAnimation" rev="1.0.2">
<artifact name="JovisAnimation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kokecena', module='JovisAnimation', version='1.0.2')
)
libraryDependencies += "io.github.kokecena" % "JovisAnimation" % "1.0.2"
[io.github.kokecena/JovisAnimation "1.0.2"]