Categories |
CategoriesAnt Build Tools CLI User Interface Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdio.advantageous.qbit |
ArtifactId | ArtifactIdqbit-consul-client |
Version | Version0.9.9.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-consul-client/ -->
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-consul-client</artifactId>
<version>0.9.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-consul-client/
implementation 'io.advantageous.qbit:qbit-consul-client:0.9.9.RELEASE'
// https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-consul-client/
implementation ("io.advantageous.qbit:qbit-consul-client:0.9.9.RELEASE")
'io.advantageous.qbit:qbit-consul-client:jar:0.9.9.RELEASE'
<dependency org="io.advantageous.qbit" name="qbit-consul-client" rev="0.9.9.RELEASE">
<artifact name="qbit-consul-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous.qbit', module='qbit-consul-client', version='0.9.9.RELEASE')
)
libraryDependencies += "io.advantageous.qbit" % "qbit-consul-client" % "0.9.9.RELEASE"
[io.advantageous.qbit/qbit-consul-client "0.9.9.RELEASE"]