Download microprofile-health-api-1.0.jar file - Jar m

Jar examples for m:microprofile-health-api

Description

You can download jar file microprofile-health-api 1.0 in this page.

License

Apache License

Build File

You can use the following script to add microprofile-health-api-1.0.jar to your project.

<dependency>
   <groupId>org.eclipse.microprofile.health</groupId>
   <artifactId>microprofile-health-api</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.eclipse.microprofile.health', name: 'microprofile-health-api', version: '1.0'
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-api" % "1.0"
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-api" rev="1.0"/>
@Grapes(@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-api', version='1.0'))
'org.eclipse.microprofile.health:microprofile-health-api:jar:1.0'

Download

Click the following link to download the jar file.

microprofile-health-api-1.0-javadoc.jar
microprofile-health-api-1.0-sources.jar
microprofile-health-api-1.0-tests.jar
microprofile-health-api-1.0.jar
microprofile-health-api-1.0.pom



Related Tutorials