| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdio.tourniquet.junit |
| ArtifactId | ArtifactIdtourniquet-file |
| Version | Version0.4.0-M1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tourniquet-file-0.4.0-M1.pom | |
| tourniquet-file-0.4.0-M1.jar | 8 KB |
| tourniquet-file-0.4.0-M1-sources.jar | 7 KB |
| tourniquet-file-0.4.0-M1-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tourniquet.junit/tourniquet-file/ -->
<dependency>
<groupId>io.tourniquet.junit</groupId>
<artifactId>tourniquet-file</artifactId>
<version>0.4.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tourniquet.junit/tourniquet-file/
implementation 'io.tourniquet.junit:tourniquet-file:0.4.0-M1'
// https://jarcasting.com/artifacts/io.tourniquet.junit/tourniquet-file/
implementation ("io.tourniquet.junit:tourniquet-file:0.4.0-M1")
'io.tourniquet.junit:tourniquet-file:jar:0.4.0-M1'
<dependency org="io.tourniquet.junit" name="tourniquet-file" rev="0.4.0-M1">
<artifact name="tourniquet-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tourniquet.junit', module='tourniquet-file', version='0.4.0-M1')
)
libraryDependencies += "io.tourniquet.junit" % "tourniquet-file" % "0.4.0-M1"
[io.tourniquet.junit/tourniquet-file "0.4.0-M1"]