GroupId | GroupIdio.github.biezhi |
---|---|
ArtifactId | ArtifactIdanima |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
anima-0.0.8.pom | |
anima-0.0.8.jar | 213 KB |
anima-0.0.8-sources.jar | 99 KB |
anima-0.0.8-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.biezhi/anima/ -->
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>anima</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/anima/
implementation 'io.github.biezhi:anima:0.0.8'
// https://jarcasting.com/artifacts/io.github.biezhi/anima/
implementation ("io.github.biezhi:anima:0.0.8")
'io.github.biezhi:anima:jar:0.0.8'
<dependency org="io.github.biezhi" name="anima" rev="0.0.8">
<artifact name="anima" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='anima', version='0.0.8')
)
libraryDependencies += "io.github.biezhi" % "anima" % "0.0.8"
[io.github.biezhi/anima "0.0.8"]