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