<dependency> <groupId>com.ecwid.consul</groupId> <artifactId>consul-api</artifactId> <version>1.4.5</version> </dependency>
implementation 'com.ecwid.consul:consul-api:1.4.5'
implementation("com.ecwid.consul:consul-api:1.4.5")
libraryDependencies += "com.ecwid.consul" % "consul-api" % "1.4.5"
@Grapes( @Grab(group='com.ecwid.consul', module='consul-api', version='1.4.5') )
<dependency org="com.ecwid.consul" name="consul-api" rev="1.4.5" />
[com.ecwid.consul/consul-api "1.4.5"]
'com.ecwid.consul:consul-api:jar:1.4.5'
runtime
|-- com.google.code.gson:gson:2.8.2
|-- org.apache.httpcomponents:httpcore:4.4.9
|-- org.apache.httpcomponents:httpclient:4.5.5
test
|-- org.junit.jupiter:junit-jupiter-api:5.1.0
|-- org.mockito:mockito-core:2.23.0
|-- org.hamcrest:hamcrest-library:1.3
|-- org.slf4j:slf4j-simple:1.7.25
|-- com.pszymczyk.consul:embedded-consul:1.0.2