MVN

net.seeseekey : epubwriter

Maven & Gradle

May 29, 2023
2 stars

epubwriter · Library to write EPUB files in version 3.

<dependency>
    <groupId>net.seeseekey</groupId>
    <artifactId>epubwriter</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.seeseekey : epubwriter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of net.seeseekey : epubwriter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
epubwriter-1.0.4
epubwriter-1.0.3
epubwriter-1.0.2
epubwriter-1.0.1
epubwriter-1.0.0

How to add a dependency to Maven

Add the following net.seeseekey : epubwriter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.seeseekey</groupId>
    <artifactId>epubwriter</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.seeseekey : epubwriter gradle dependency to your build.gradle file:

implementation 'net.seeseekey:epubwriter:1.0.4'

Gradle Kotlin DSL: Add the following net.seeseekey : epubwriter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.seeseekey:epubwriter:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.seeseekey : epubwriter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.seeseekey" % "epubwriter" % "1.0.4"