MVN

org.openpreservation.jhove : jhove-ext-modules

Maven & Gradle

Jul 11, 2023
1 usages
148 stars

JHOVE External Modules · Third party validation modules for JHOVE.

<dependency>
    <groupId>org.openpreservation.jhove</groupId>
    <artifactId>jhove-ext-modules</artifactId>
    <version>1.28.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openpreservation.jhove : jhove-ext-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.28.0
  • Latest Release Candidate: 1.26.0-RC2

All Versions

Choose a version of org.openpreservation.jhove : jhove-ext-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28.x
jhove-ext-modules-1.28.0
1.26.x
jhove-ext-modules-1.26.1
jhove-ext-modules-1.26.0
jhove-ext-modules-1.26.0-RC2
1.24.x
jhove-ext-modules-1.24.9
jhove-ext-modules-1.24.2
1.22.x
jhove-ext-modules-1.22.1
1.20.x
jhove-ext-modules-1.20.1
1.18.x
jhove-ext-modules-1.18.1

How to add a dependency to Maven

Add the following org.openpreservation.jhove : jhove-ext-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openpreservation.jhove</groupId>
    <artifactId>jhove-ext-modules</artifactId>
    <version>1.28.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openpreservation.jhove : jhove-ext-modules gradle dependency to your build.gradle file:

implementation 'org.openpreservation.jhove:jhove-ext-modules:1.28.0'

Gradle Kotlin DSL: Add the following org.openpreservation.jhove : jhove-ext-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openpreservation.jhove:jhove-ext-modules:1.28.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openpreservation.jhove : jhove-ext-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openpreservation.jhove" % "jhove-ext-modules" % "1.28.0"

Advertisement