is not current version
Last Version 1.0.0

com.github.faustxvi:junit5-docker 1.0.0-RC5

A JUnit5 extension that allows you to start containers from your tests

Categories

Categories

Docker Container Virtualization Tools JUnit Unit Testing
GroupId

GroupId

com.github.faustxvi
ArtifactId

ArtifactId

junit5-docker
Version

Version

1.0.0-RC5
Type

Type

jar

Download junit5-docker 1.0.0-RC5


<!-- 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"]