jar

net.seeseekey : epubwriter

Maven & Gradle

May 29, 2023
2 stars

epubwriter · Library to write EPUB files in version 3.

Table Of Contents

Latest Version

Download net.seeseekey : epubwriter JAR file - Latest Versions:

All Versions

Download net.seeseekey : epubwriter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window epubwriter-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.seeseekey.epubwriter.impl

├─ net.seeseekey.epubwriter.impl.OpfCreatorDefault.class - [JAR]

├─ net.seeseekey.epubwriter.impl.TocCreatorDefault.class - [JAR]

net.seeseekey.epubwriter.api

├─ net.seeseekey.epubwriter.api.OpfCreator.class - [JAR]

├─ net.seeseekey.epubwriter.api.TocCreator.class - [JAR]

net.seeseekey.epubwriter.model

├─ net.seeseekey.epubwriter.model.Content.class - [JAR]

├─ net.seeseekey.epubwriter.model.EpubBook.class - [JAR]

├─ net.seeseekey.epubwriter.model.EpubConstants.class - [JAR]

├─ net.seeseekey.epubwriter.model.Landmark.class - [JAR]

├─ net.seeseekey.epubwriter.model.MetaTag.class - [JAR]

├─ net.seeseekey.epubwriter.model.TocLink.class - [JAR]

net.seeseekey.epubwriter.utils

├─ net.seeseekey.epubwriter.utils.DataUtils.class - [JAR]

├─ net.seeseekey.epubwriter.utils.EpubWriter.class - [JAR]

├─ net.seeseekey.epubwriter.utils.Logging.class - [JAR]

├─ net.seeseekey.epubwriter.utils.MediaTypeUtil.class - [JAR]