j

jhove-core

The JHOVE engine and supporting classes.
Files download
File Operation
jhove-core-1.16.6.jar download
jhove-core-1.16.6.pom download
jhove-core-1.16.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openpreservation.jhove</groupId>
  <artifactId>jhove-core</artifactId>
  <version>1.16.6</version>
</dependency>
Gradle Groovy
implementation 'org.openpreservation.jhove:jhove-core:1.16.6'
Gradle Kotlin
implementation("org.openpreservation.jhove:jhove-core:1.16.6")
Scala SBT
libraryDependencies += "org.openpreservation.jhove" % "jhove-core" % "1.16.6"
Groovy Grape
@Grapes(
  @Grab(group='org.openpreservation.jhove', module='jhove-core', version='1.16.6')
)
Apache Ivy
<dependency org="org.openpreservation.jhove" name="jhove-core" rev="1.16.6" />
Leiningen
[org.openpreservation.jhove/jhove-core "1.16.6"]
Apache Buildr
'org.openpreservation.jhove:jhove-core:jar:1.16.6'