GroupId | GroupIdcom.github.secondbase |
---|---|
ArtifactId | ArtifactIdconsul |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
consul-0.1.1.pom | |
consul-0.1.1.jar | 7 KB |
consul-0.1.1-sources.jar | 4 KB |
consul-0.1.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/consul/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>consul</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/consul/
implementation 'com.github.secondbase:consul:0.1.1'
// https://jarcasting.com/artifacts/com.github.secondbase/consul/
implementation ("com.github.secondbase:consul:0.1.1")
'com.github.secondbase:consul:jar:0.1.1'
<dependency org="com.github.secondbase" name="consul" rev="0.1.1">
<artifact name="consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='consul', version='0.1.1')
)
libraryDependencies += "com.github.secondbase" % "consul" % "0.1.1"
[com.github.secondbase/consul "0.1.1"]