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