License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
GroupId | GroupIdcom.github.dockerunit |
ArtifactId | ArtifactIddockerunit-junit4 |
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 JUnit4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dockerunit-junit4-0.2.0.pom | |
dockerunit-junit4-0.2.0.jar | 19 KB |
dockerunit-junit4-0.2.0-sources.jar | 9 KB |
dockerunit-junit4-0.2.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit4/ -->
<dependency>
<groupId>com.github.dockerunit</groupId>
<artifactId>dockerunit-junit4</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit4/
implementation 'com.github.dockerunit:dockerunit-junit4:0.2.0'
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-junit4/
implementation ("com.github.dockerunit:dockerunit-junit4:0.2.0")
'com.github.dockerunit:dockerunit-junit4:jar:0.2.0'
<dependency org="com.github.dockerunit" name="dockerunit-junit4" rev="0.2.0">
<artifact name="dockerunit-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dockerunit', module='dockerunit-junit4', version='0.2.0')
)
libraryDependencies += "com.github.dockerunit" % "dockerunit-junit4" % "0.2.0"
[com.github.dockerunit/dockerunit-junit4 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dockerunit : dockerunit-core | jar | 0.2.0 |
junit : junit | jar | 4.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |