is not current version
Last Version 1.0.1

com.github.qzagarese:dockerunit-consul 1.0.0-GA

Java Framework for testing of dockerised applications and services. Consul+registrator based service discovery package.

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

com.github.qzagarese
ArtifactId

ArtifactId

dockerunit-consul
Version

Version

1.0.0-GA
Type

Type

jar

Download dockerunit-consul 1.0.0-GA


<!-- https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-consul/ -->
<dependency>
    <groupId>com.github.qzagarese</groupId>
    <artifactId>dockerunit-consul</artifactId>
    <version>1.0.0-GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-consul/
implementation 'com.github.qzagarese:dockerunit-consul:1.0.0-GA'
// https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-consul/
implementation ("com.github.qzagarese:dockerunit-consul:1.0.0-GA")
'com.github.qzagarese:dockerunit-consul:jar:1.0.0-GA'
<dependency org="com.github.qzagarese" name="dockerunit-consul" rev="1.0.0-GA">
  <artifact name="dockerunit-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qzagarese', module='dockerunit-consul', version='1.0.0-GA')
)
libraryDependencies += "com.github.qzagarese" % "dockerunit-consul" % "1.0.0-GA"
[com.github.qzagarese/dockerunit-consul "1.0.0-GA"]