is not current version
Last Version 4.0.6

org.eclipse.mylyn.docs:epub.core 4.0.5

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.mylyn.docs
ArtifactId

ArtifactId

epub.core
Version

Version

4.0.5
Type

Type

pom

Download epub.core 4.0.5

Filename Size
epub.core-4.0.5.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.eclipse.mylyn.docs/epub.core/ -->
<dependency>
    <groupId>org.eclipse.mylyn.docs</groupId>
    <artifactId>epub.core</artifactId>
    <version>4.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.mylyn.docs/epub.core/
implementation 'org.eclipse.mylyn.docs:epub.core:4.0.5'
// https://jarcasting.com/artifacts/org.eclipse.mylyn.docs/epub.core/
implementation ("org.eclipse.mylyn.docs:epub.core:4.0.5")
'org.eclipse.mylyn.docs:epub.core:pom:4.0.5'
<dependency org="org.eclipse.mylyn.docs" name="epub.core" rev="4.0.5">
  <artifact name="epub.core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.mylyn.docs', module='epub.core', version='4.0.5')
)
libraryDependencies += "org.eclipse.mylyn.docs" % "epub.core" % "4.0.5"
[org.eclipse.mylyn.docs/epub.core "4.0.5"]