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