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