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