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