MVN

org.openpreservation.jhove : jhove-apps

Maven & Gradle

Jul 11, 2023
1 usages
148 stars

JHOVE Applications · Classes and fat JAR packaging for CLI and GUI app.

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

Latest Version

Choose a version of org.openpreservation.jhove : jhove-apps 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-apps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28.x
jhove-apps-1.28.0
1.26.x
jhove-apps-1.26.1
jhove-apps-1.26.0
jhove-apps-1.26.0-RC2
1.24.x
jhove-apps-1.24.9
jhove-apps-1.24.2
1.22.x
jhove-apps-1.22.1
1.20.x
jhove-apps-1.20.1
1.18.x
jhove-apps-1.18.1
1.16.x
jhove-apps-1.16.7
jhove-apps-1.16.6
jhove-apps-1.16.5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.openpreservation.jhove:jhove-apps:1.28.0'

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

implementation("org.openpreservation.jhove:jhove-apps:1.28.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openpreservation.jhove" % "jhove-apps" % "1.28.0"