h

hartshorn-core

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