h

hawtio-core

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