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