j

jhove-apps

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