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