Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.faustxvi |
ArtifactId | ArtifactIdjunit5-docker |
Version | Version1.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
junit5-docker-1.0.0-RC1.pom | |
junit5-docker-1.0.0-RC1.jar | 14 KB |
junit5-docker-1.0.0-RC1-sources.jar | 9 KB |
junit5-docker-1.0.0-RC1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/ -->
<dependency>
<groupId>com.github.faustxvi</groupId>
<artifactId>junit5-docker</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/
implementation 'com.github.faustxvi:junit5-docker:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/
implementation ("com.github.faustxvi:junit5-docker:1.0.0-RC1")
'com.github.faustxvi:junit5-docker:jar:1.0.0-RC1'
<dependency org="com.github.faustxvi" name="junit5-docker" rev="1.0.0-RC1">
<artifact name="junit5-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faustxvi', module='junit5-docker', version='1.0.0-RC1')
)
libraryDependencies += "com.github.faustxvi" % "junit5-docker" % "1.0.0-RC1"
[com.github.faustxvi/junit5-docker "1.0.0-RC1"]