j

jhove-apps

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