MVN

edu.wisc.library.ocfl : ocfl-java-test

Maven & Gradle

Oct 09, 2022
3 usages
14 stars

OCFL Java Test Helpers · Common utilities used for constructing tests

<dependency>
    <groupId>edu.wisc.library.ocfl</groupId>
    <artifactId>ocfl-java-test</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.wisc.library.ocfl : ocfl-java-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of edu.wisc.library.ocfl : ocfl-java-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
ocfl-java-test-1.5.0
1.4.x
ocfl-java-test-1.4.6
ocfl-java-test-1.4.1
ocfl-java-test-1.4.0
1.3.x
ocfl-java-test-1.3.1
ocfl-java-test-1.3.0
1.2.x
ocfl-java-test-1.2.3
ocfl-java-test-1.2.2
ocfl-java-test-1.2.1
ocfl-java-test-1.2.0
1.1.x
ocfl-java-test-1.1.0
1.0.x
ocfl-java-test-1.0.3
ocfl-java-test-1.0.2
ocfl-java-test-1.0.1
ocfl-java-test-1.0.0
0.2.x
ocfl-java-test-0.2.0
0.1.x
ocfl-java-test-0.1.0

How to add a dependency to Maven

Add the following edu.wisc.library.ocfl : ocfl-java-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.wisc.library.ocfl</groupId>
    <artifactId>ocfl-java-test</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.wisc.library.ocfl : ocfl-java-test gradle dependency to your build.gradle file:

implementation 'edu.wisc.library.ocfl:ocfl-java-test:1.5.0'

Gradle Kotlin DSL: Add the following edu.wisc.library.ocfl : ocfl-java-test gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.wisc.library.ocfl:ocfl-java-test:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.wisc.library.ocfl : ocfl-java-test sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.wisc.library.ocfl" % "ocfl-java-test" % "1.5.0"

Advertisement