Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdcom.arakelian |
ArtifactId | ArtifactIddocker-junit-rule |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
docker-junit-rule-2.3.0.pom | |
docker-junit-rule-2.3.0.jar | 10 MB |
docker-junit-rule-2.3.0-tests.jar | 10 MB |
docker-junit-rule-2.3.0-sources.jar | 16 KB |
docker-junit-rule-2.3.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arakelian/docker-junit-rule/ -->
<dependency>
<groupId>com.arakelian</groupId>
<artifactId>docker-junit-rule</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arakelian/docker-junit-rule/
implementation 'com.arakelian:docker-junit-rule:2.3.0'
// https://jarcasting.com/artifacts/com.arakelian/docker-junit-rule/
implementation ("com.arakelian:docker-junit-rule:2.3.0")
'com.arakelian:docker-junit-rule:jar:2.3.0'
<dependency org="com.arakelian" name="docker-junit-rule" rev="2.3.0">
<artifact name="docker-junit-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arakelian', module='docker-junit-rule', version='2.3.0')
)
libraryDependencies += "com.arakelian" % "docker-junit-rule" % "2.3.0"
[com.arakelian/docker-junit-rule "2.3.0"]