License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
GroupId | GroupIdcom.github.dockerunit |
ArtifactId | ArtifactIddockerunit-junit5 |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Framework for testing of dockerised applications and services. Glue module for JUnit5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dockerunit-junit5-0.2.0.pom | |
dockerunit-junit5-0.2.0.jar | 8 KB |
dockerunit-junit5-0.2.0-sources.jar | 4 KB |
dockerunit-junit5-0.2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit5/ -->
<dependency>
<groupId>com.github.dockerunit</groupId>
<artifactId>dockerunit-junit5</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit5/
implementation 'com.github.dockerunit:dockerunit-junit5:0.2.0'
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit5/
implementation ("com.github.dockerunit:dockerunit-junit5:0.2.0")
'com.github.dockerunit:dockerunit-junit5:jar:0.2.0'
<dependency org="com.github.dockerunit" name="dockerunit-junit5" rev="0.2.0">
<artifact name="dockerunit-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dockerunit', module='dockerunit-junit5', version='0.2.0')
)
libraryDependencies += "com.github.dockerunit" % "dockerunit-junit5" % "0.2.0"
[com.github.dockerunit/dockerunit-junit5 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dockerunit : dockerunit-core | jar | 0.2.0 |
org.junit.jupiter : junit-jupiter-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar |