Files download
File Operation
anima-0.0.5.jar download
anima-0.0.5.pom download
anima-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.biezhi</groupId>
  <artifactId>anima</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.biezhi:anima:0.0.5'
Gradle Kotlin
implementation("io.github.biezhi:anima:0.0.5")
Scala SBT
libraryDependencies += "io.github.biezhi" % "anima" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.biezhi', module='anima', version='0.0.5')
)
Apache Ivy
<dependency org="io.github.biezhi" name="anima" rev="0.0.5" />
Leiningen
[io.github.biezhi/anima "0.0.5"]
Apache Buildr
'io.github.biezhi:anima:jar:0.0.5'