is not current version
Last Version 0.4.8

io.tourniquet.junit:tourniquet-all 0.4.5

Module containing a central utility class for creating various kinds of tourniquet rules. This module has dependencies to all other modules, so it can be used as a single dependency, if all tourniquet elements are required.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.tourniquet.junit
ArtifactId

ArtifactId

tourniquet-all
Version

Version

0.4.5
Type

Type

jar

Download tourniquet-all 0.4.5


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