j

jhove-apps

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