MVN

com.github.mertakdut : EpubParser

Maven & Gradle

Aug 23, 2017
100 stars

EpubParser · Parses .epub files, provides reading page by page.

<dependency>
    <groupId>com.github.mertakdut</groupId>
    <artifactId>EpubParser</artifactId>
    <version>1.0.95</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mertakdut : EpubParser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.95

All Versions

Choose a version of com.github.mertakdut : EpubParser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
EpubParser-1.0.95
EpubParser-1.0.94
EpubParser-1.0.93
EpubParser-1.0.92
EpubParser-1.0.91
EpubParser-1.0.87
EpubParser-1.0.86
EpubParser-1.0.85
EpubParser-1.0.84
EpubParser-1.0.83
EpubParser-1.0.82
EpubParser-1.0.81
EpubParser-1.0.9
EpubParser-1.0.8
EpubParser-1.0.7
EpubParser-1.0.6
EpubParser-1.0.4
EpubParser-1.0.3

How to add a dependency to Maven

Add the following com.github.mertakdut : EpubParser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mertakdut</groupId>
    <artifactId>EpubParser</artifactId>
    <version>1.0.95</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mertakdut : EpubParser gradle dependency to your build.gradle file:

implementation 'com.github.mertakdut:EpubParser:1.0.95'

Gradle Kotlin DSL: Add the following com.github.mertakdut : EpubParser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mertakdut:EpubParser:1.0.95")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mertakdut : EpubParser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mertakdut" % "EpubParser" % "1.0.95"