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