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