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