Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.maxwo</groupId>
  <artifactId>healthcheck</artifactId>
  <version>0.2.1</version>
</dependency>

Apache Buildr

'io.github.maxwo:healthcheck:jar:0.2.1'

Apache Ivy

<dependency org="io.github.maxwo" name="healthcheck" rev="0.2.1">
  <artifact name="healthcheck" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.maxwo', module='healthcheck', version='0.2.1')
)

Gradle/Grails

compile 'io.github.maxwo:healthcheck:0.2.1'

Scala SBT

libraryDependencies += "io.github.maxwo" % "healthcheck" % "0.2.1"

Leiningen

[io.github.maxwo/healthcheck "0.2.1"]