Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.hmhco |
ArtifactId | ArtifactIdtestcontainers-consul |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
testcontainers-consul-0.0.3.pom | |
testcontainers-consul-0.0.3.jar | 26 KB |
testcontainers-consul-0.0.3-sources.jar | 11 KB |
testcontainers-consul-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmhco/testcontainers-consul/
implementation 'com.hmhco:testcontainers-consul:0.0.3'
// https://jarcasting.com/artifacts/com.hmhco/testcontainers-consul/
implementation ("com.hmhco:testcontainers-consul:0.0.3")
'com.hmhco:testcontainers-consul:jar:0.0.3'
<dependency org="com.hmhco" name="testcontainers-consul" rev="0.0.3">
<artifact name="testcontainers-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmhco', module='testcontainers-consul', version='0.0.3')
)
libraryDependencies += "com.hmhco" % "testcontainers-consul" % "0.0.3"
[com.hmhco/testcontainers-consul "0.0.3"]