h

hawtio-core

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