MVN

org.eclipse.mylyn.docs : epub.core

Maven & Gradle

Jan 24, 2018

Mylyn Docs: EPUB Core · The EPUB framework in Mylyn Docs offers API to create, manipulate, read and write EPUB formatted files. There is also an Ant task for creating EPUBs.

<dependency>
    <groupId>org.eclipse.mylyn.docs</groupId>
    <artifactId>epub.core</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.mylyn.docs : epub.core to add to Maven - Latest Versions:

  • Latest Stable: 4.0.6

All Versions

Choose a version of org.eclipse.mylyn.docs : epub.core to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
epub.core-4.0.6
epub.core-4.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.mylyn.docs</groupId>
    <artifactId>epub.core</artifactId>
    <version>4.0.6</version>
</dependency>