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