is not current version
Last Version 1.1

com.github.jameshnsears:junit-docker-http 1.0

JUnit 5 Parameter Resolver and API that minimally leverages the Docker Engine API.

Categories

Categories

Docker Container Virtualization Tools JUnit Unit Testing
GroupId

GroupId

com.github.jameshnsears
ArtifactId

ArtifactId

junit-docker-http
Version

Version

1.0
Type

Type

jar

Download junit-docker-http 1.0


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