is not current version
Last Version 0.4.8

io.tourniquet.junit:tourniquet-http 0.4.6

HTTP support, providing embedded http servers as a test rule and mock object for http related testing

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.tourniquet.junit
ArtifactId

ArtifactId

tourniquet-http
Version

Version

0.4.6
Type

Type

jar

Download tourniquet-http 0.4.6


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