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