License |
License |
---|---|
GroupId | GroupIdcom.github.secondbase |
ArtifactId | ArtifactIdconsul |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionconsul
A collection of helper tools in the form of Java libraries optionally
controlled through command line arguments.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
consul-0.1.2.pom | |
consul-0.1.2.jar | 7 KB |
consul-0.1.2-sources.jar | 4 KB |
consul-0.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/consul/
implementation 'com.github.secondbase:consul:0.1.2'
// https://jarcasting.com/artifacts/com.github.secondbase/consul/
implementation ("com.github.secondbase:consul:0.1.2")
'com.github.secondbase:consul:jar:0.1.2'
<dependency org="com.github.secondbase" name="consul" rev="0.1.2">
<artifact name="consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='consul', version='0.1.2')
)
libraryDependencies += "com.github.secondbase" % "consul" % "0.1.2"
[com.github.secondbase/consul "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.4 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.4 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.7.4 |
com.orbitz.consul : consul-client | jar | 0.16.2 |
com.github.secondbase : flags | jar | 0.1.2 |
com.github.secondbase : core | jar | 0.1.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |