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