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