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