Download kumuluzee-health-1.0.0.jar file - Jar k

Jar examples for k:kumuluzee-health

Description

KumuluzEE Health extension provides consistent, unified way of performing microservice health checks and exposing health information.

You can download jar file kumuluzee-health 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add kumuluzee-health-1.0.0.jar to your project.

<dependency>
   <groupId>com.kumuluz.ee.health</groupId>
   <artifactId>kumuluzee-health</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.kumuluz.ee.health', name: 'kumuluzee-health', version: '1.0.0'
libraryDependencies += "com.kumuluz.ee.health" % "kumuluzee-health" % "1.0.0"
<dependency org="com.kumuluz.ee.health" name="kumuluzee-health" rev="1.0.0"/>
@Grapes(@Grab(group='com.kumuluz.ee.health', module='kumuluzee-health', version='1.0.0'))
'com.kumuluz.ee.health:kumuluzee-health:jar:1.0.0'

Download

Click the following link to download the jar file.

kumuluzee-health-1.0.0-javadoc.jar
kumuluzee-health-1.0.0-sources.jar
kumuluzee-health-1.0.0.jar
kumuluzee-health-1.0.0.pom



Related Tutorials