| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdorg.rnorth |
| ArtifactId | ArtifactIdtest-containers-parent |
| Version | Version0.9.3 |
| Type | Typepom |
| Description |
DescriptionTest Containers
Isolated container management for Java code testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-containers-parent-0.9.3.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rnorth/test-containers-parent/ -->
<dependency>
<groupId>org.rnorth</groupId>
<artifactId>test-containers-parent</artifactId>
<version>0.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rnorth/test-containers-parent/
implementation 'org.rnorth:test-containers-parent:0.9.3'
// https://jarcasting.com/artifacts/org.rnorth/test-containers-parent/
implementation ("org.rnorth:test-containers-parent:0.9.3")
'org.rnorth:test-containers-parent:pom:0.9.3'
<dependency org="org.rnorth" name="test-containers-parent" rev="0.9.3">
<artifact name="test-containers-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rnorth', module='test-containers-parent', version='0.9.3')
)
libraryDependencies += "org.rnorth" % "test-containers-parent" % "0.9.3"
[org.rnorth/test-containers-parent "0.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |