<dependency> <groupId>com.ecwid.consul</groupId> <artifactId>consul-api</artifactId> <version>1.1.6</version> </dependency>
implementation 'com.ecwid.consul:consul-api:1.1.6'
implementation("com.ecwid.consul:consul-api:1.1.6")
libraryDependencies += "com.ecwid.consul" % "consul-api" % "1.1.6"
@Grapes( @Grab(group='com.ecwid.consul', module='consul-api', version='1.1.6') )
<dependency org="com.ecwid.consul" name="consul-api" rev="1.1.6" />
[com.ecwid.consul/consul-api "1.1.6"]
'com.ecwid.consul:consul-api:jar:1.1.6'
compile
|-- org.apache.httpcomponents:httpcore:4.2.5
|-- org.apache.httpcomponents:httpclient:4.2.5
|-- commons-logging:commons-logging:1.1
|-- com.google.code.gson:gson:2.3
test
|-- junit:junit:4.11
|-- org.hamcrest:hamcrest-core:1.3