Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.hmhco |
ArtifactId | ArtifactIdtestcontainers-consul |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
testcontainers-consul-0.0.2.pom | |
testcontainers-consul-0.0.2.jar | 26 KB |
testcontainers-consul-0.0.2-sources.jar | 11 KB |
testcontainers-consul-0.0.2-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hmhco/testcontainers-consul/ -->
<dependency>
<groupId>com.hmhco</groupId>
<artifactId>testcontainers-consul</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmhco/testcontainers-consul/
implementation 'com.hmhco:testcontainers-consul:0.0.2'
// https://jarcasting.com/artifacts/com.hmhco/testcontainers-consul/
implementation ("com.hmhco:testcontainers-consul:0.0.2")
'com.hmhco:testcontainers-consul:jar:0.0.2'
<dependency org="com.hmhco" name="testcontainers-consul" rev="0.0.2">
<artifact name="testcontainers-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmhco', module='testcontainers-consul', version='0.0.2')
)
libraryDependencies += "com.hmhco" % "testcontainers-consul" % "0.0.2"
[com.hmhco/testcontainers-consul "0.0.2"]