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