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