License |
License |
---|---|
GroupId | GroupIdcom.github.trixt0r |
ArtifactId | ArtifactIdSpriter |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpriter
A generic Java library for Spriter animation files.
|
Project URL |
Project URL |
Filename | Size |
---|---|
Spriter-1.1.pom | |
Spriter-1.1.jar | 95 KB |
Spriter-1.1-sources.jar | 72 KB |
Spriter-1.1-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trixt0r/Spriter/ -->
<dependency>
<groupId>com.github.trixt0r</groupId>
<artifactId>Spriter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trixt0r/Spriter/
implementation 'com.github.trixt0r:Spriter:1.1'
// https://jarcasting.com/artifacts/com.github.trixt0r/Spriter/
implementation ("com.github.trixt0r:Spriter:1.1")
'com.github.trixt0r:Spriter:jar:1.1'
<dependency org="com.github.trixt0r" name="Spriter" rev="1.1">
<artifact name="Spriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trixt0r', module='Spriter', version='1.1')
)
libraryDependencies += "com.github.trixt0r" % "Spriter" % "1.1"
[com.github.trixt0r/Spriter "1.1"]