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