h

hawtio-core

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