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