is not current version
Last Version 4.2.6

org.w3c:epubcheck 4.2.0-rc

EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.

GroupId

GroupId

org.w3c
ArtifactId

ArtifactId

epubcheck
Version

Version

4.2.0-rc
Type

Type

jar

Download epubcheck 4.2.0-rc


<!-- https://jarcasting.com/artifacts/org.w3c/epubcheck/ -->
<dependency>
    <groupId>org.w3c</groupId>
    <artifactId>epubcheck</artifactId>
    <version>4.2.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/org.w3c/epubcheck/
implementation 'org.w3c:epubcheck:4.2.0-rc'
// https://jarcasting.com/artifacts/org.w3c/epubcheck/
implementation ("org.w3c:epubcheck:4.2.0-rc")
'org.w3c:epubcheck:jar:4.2.0-rc'
<dependency org="org.w3c" name="epubcheck" rev="4.2.0-rc">
  <artifact name="epubcheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.w3c', module='epubcheck', version='4.2.0-rc')
)
libraryDependencies += "org.w3c" % "epubcheck" % "4.2.0-rc"
[org.w3c/epubcheck "4.2.0-rc"]