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