j

jhove-apps

Classes and fat JAR packaging for CLI and GUI app.
Files download
File Operation
jhove-apps-1.24.9.jar download
jhove-apps-1.24.9.pom download
jhove-apps-1.24.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openpreservation.jhove</groupId>
  <artifactId>jhove-apps</artifactId>
  <version>1.24.9</version>
</dependency>
Gradle Groovy
implementation 'org.openpreservation.jhove:jhove-apps:1.24.9'
Gradle Kotlin
implementation("org.openpreservation.jhove:jhove-apps:1.24.9")
Scala SBT
libraryDependencies += "org.openpreservation.jhove" % "jhove-apps" % "1.24.9"
Groovy Grape
@Grapes(
  @Grab(group='org.openpreservation.jhove', module='jhove-apps', version='1.24.9')
)
Apache Ivy
<dependency org="org.openpreservation.jhove" name="jhove-apps" rev="1.24.9" />
Leiningen
[org.openpreservation.jhove/jhove-apps "1.24.9"]
Apache Buildr
'org.openpreservation.jhove:jhove-apps:jar:1.24.9'