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