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