License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdedu.wisc.library.ocfl |
ArtifactId | ArtifactIdocfl-java-test |
Last Version | Last Version1.4.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOCFL Java Test Helpers
Common utilities used for constructing tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ocfl-java-test-1.4.6.pom | |
ocfl-java-test-1.4.6.jar | 15 KB |
ocfl-java-test-1.4.6-sources.jar | 15 KB |
ocfl-java-test-1.4.6-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.wisc.library.ocfl/ocfl-java-test/ -->
<dependency>
<groupId>edu.wisc.library.ocfl</groupId>
<artifactId>ocfl-java-test</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.library.ocfl/ocfl-java-test/
implementation 'edu.wisc.library.ocfl:ocfl-java-test:1.4.6'
// https://jarcasting.com/artifacts/edu.wisc.library.ocfl/ocfl-java-test/
implementation ("edu.wisc.library.ocfl:ocfl-java-test:1.4.6")
'edu.wisc.library.ocfl:ocfl-java-test:jar:1.4.6'
<dependency org="edu.wisc.library.ocfl" name="ocfl-java-test" rev="1.4.6">
<artifact name="ocfl-java-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.library.ocfl', module='ocfl-java-test', version='1.4.6')
)
libraryDependencies += "edu.wisc.library.ocfl" % "ocfl-java-test" % "1.4.6"
[edu.wisc.library.ocfl/ocfl-java-test "1.4.6"]
Group / Artifact | Type | Version |
---|---|---|
edu.wisc.library.ocfl : ocfl-java-api | jar | 1.4.6 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |