| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdhealth |
| Version | Version2.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| health-2.0.17.pom | |
| health-2.0.17.jar | 4 KB |
| health-2.0.17-sources.jar | 5 KB |
| health-2.0.17-javadoc.jar | 399 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/health/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>health</artifactId>
<version>2.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/health/
implementation 'com.networknt:health:2.0.17'
// https://jarcasting.com/artifacts/com.networknt/health/
implementation ("com.networknt:health:2.0.17")
'com.networknt:health:jar:2.0.17'
<dependency org="com.networknt" name="health" rev="2.0.17">
<artifact name="health" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='health', version='2.0.17')
)
libraryDependencies += "com.networknt" % "health" % "2.0.17"
[com.networknt/health "2.0.17"]