| GroupId | GroupIdcom.gemserk.animation4j |
|---|---|
| ArtifactId | ArtifactIdanimation4j |
| Version | Version0.0.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| animation4j-0.0.10.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gemserk.animation4j/animation4j/ -->
<dependency>
<groupId>com.gemserk.animation4j</groupId>
<artifactId>animation4j</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gemserk.animation4j/animation4j/
implementation 'com.gemserk.animation4j:animation4j:0.0.10'
// https://jarcasting.com/artifacts/com.gemserk.animation4j/animation4j/
implementation ("com.gemserk.animation4j:animation4j:0.0.10")
'com.gemserk.animation4j:animation4j:pom:0.0.10'
<dependency org="com.gemserk.animation4j" name="animation4j" rev="0.0.10">
<artifact name="animation4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gemserk.animation4j', module='animation4j', version='0.0.10')
)
libraryDependencies += "com.gemserk.animation4j" % "animation4j" % "0.0.10"
[com.gemserk.animation4j/animation4j "0.0.10"]