MVN

org.modeshape : modeshape-sequencer-epub

Maven & Gradle

Apr 18, 2017
3 usages
211 stars

ModeShape Sequencer for EPUB format · ModeShape Sequencer that processes EPUB 3.0 format

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-sequencer-epub</artifactId>
    <version>5.4.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.modeshape : modeshape-sequencer-epub to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.1.Final

All Versions

Choose a version of org.modeshape : modeshape-sequencer-epub to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
modeshape-sequencer-epub-5.4.1.Final
modeshape-sequencer-epub-5.4.0.Final
5.3.x
modeshape-sequencer-epub-5.3.0.Final
5.2.x
modeshape-sequencer-epub-5.2.0.Final
5.1.x
modeshape-sequencer-epub-5.1.0.Final

How to add a dependency to Maven

Add the following org.modeshape : modeshape-sequencer-epub maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-sequencer-epub</artifactId>
    <version>5.4.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.modeshape : modeshape-sequencer-epub gradle dependency to your build.gradle file:

implementation 'org.modeshape:modeshape-sequencer-epub:5.4.1.Final'

Gradle Kotlin DSL: Add the following org.modeshape : modeshape-sequencer-epub gradle kotlin dependency to your build.gradle.kts file:

implementation("org.modeshape:modeshape-sequencer-epub:5.4.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.modeshape : modeshape-sequencer-epub sbt scala dependency to your build.sbt file:

libraryDependencies += "org.modeshape" % "modeshape-sequencer-epub" % "5.4.1.Final"

Advertisement