t

testcontainers-consul

A testcontainer for Hashicorp consul.
https://github.com/hmhco/testcontainers-consul
MIT
Kris Iyer
Files download
File Operation
testcontainers-consul-0.0.4.jar download
testcontainers-consul-0.0.4.pom download
testcontainers-consul-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hmhco</groupId>
  <artifactId>testcontainers-consul</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.hmhco:testcontainers-consul:0.0.4'
Gradle Kotlin
implementation("com.hmhco:testcontainers-consul:0.0.4")
Scala SBT
libraryDependencies += "com.hmhco" % "testcontainers-consul" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.hmhco', module='testcontainers-consul', version='0.0.4')
)
Apache Ivy
<dependency org="com.hmhco" name="testcontainers-consul" rev="0.0.4" />
Leiningen
[com.hmhco/testcontainers-consul "0.0.4"]
Apache Buildr
'com.hmhco:testcontainers-consul:jar:0.0.4'