Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.ydespreaux.testcontainers |
ArtifactId | ArtifactIdtestcontainers-commons |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-commons/ -->
<dependency>
<groupId>com.github.ydespreaux.testcontainers</groupId>
<artifactId>testcontainers-commons</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-commons/
implementation 'com.github.ydespreaux.testcontainers:testcontainers-commons:1.2.1'
// https://jarcasting.com/artifacts/com.github.ydespreaux.testcontainers/testcontainers-commons/
implementation ("com.github.ydespreaux.testcontainers:testcontainers-commons:1.2.1")
'com.github.ydespreaux.testcontainers:testcontainers-commons:jar:1.2.1'
<dependency org="com.github.ydespreaux.testcontainers" name="testcontainers-commons" rev="1.2.1">
<artifact name="testcontainers-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.testcontainers', module='testcontainers-commons', version='1.2.1')
)
libraryDependencies += "com.github.ydespreaux.testcontainers" % "testcontainers-commons" % "1.2.1"
[com.github.ydespreaux.testcontainers/testcontainers-commons "1.2.1"]