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