is not current version
Last Version 1.0.0

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

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-RC3
Type

Type

jar

Download junit5-docker 1.0.0-RC3


<!-- https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/ -->
<dependency>
    <groupId>com.github.faustxvi</groupId>
    <artifactId>junit5-docker</artifactId>
    <version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/
implementation 'com.github.faustxvi:junit5-docker:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.github.faustxvi/junit5-docker/
implementation ("com.github.faustxvi:junit5-docker:1.0.0-RC3")
'com.github.faustxvi:junit5-docker:jar:1.0.0-RC3'
<dependency org="com.github.faustxvi" name="junit5-docker" rev="1.0.0-RC3">
  <artifact name="junit5-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faustxvi', module='junit5-docker', version='1.0.0-RC3')
)
libraryDependencies += "com.github.faustxvi" % "junit5-docker" % "1.0.0-RC3"
[com.github.faustxvi/junit5-docker "1.0.0-RC3"]