AsciidoctorJ EPUB3: Asciidoctor
AsciidoctorJ EPUB3 is a convenient repackaging of Asciidoctor EPUB3 for use with AsciidoctorJ, which brings the Asciidoctor ecosystem to the JVM.
| License | License | 
|---|---|
| GroupId | GroupIdorg.asciidoctor | 
| ArtifactId | ArtifactIdasciidoctorj-epub3 | 
| Last Version | Last Version1.5.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionasciidoctorj-epub3 AsciidoctorJ EPUB3 bundles the Asciidoctor EPUB3 RubyGem (asciidoctor-epub3) so it can be loaded into the JVM using JRuby. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| asciidoctorj-epub3-1.5.1.pom | |
| asciidoctorj-epub3-1.5.1.jar | 7 MB | 
| asciidoctorj-epub3-1.5.1-sources.jar | 261 bytes | 
| asciidoctorj-epub3-1.5.1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-epub3/ -->
<dependency>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctorj-epub3</artifactId>
    <version>1.5.1</version>
</dependency>// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-epub3/
implementation 'org.asciidoctor:asciidoctorj-epub3:1.5.1'// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-epub3/
implementation ("org.asciidoctor:asciidoctorj-epub3:1.5.1")'org.asciidoctor:asciidoctorj-epub3:jar:1.5.1'<dependency org="org.asciidoctor" name="asciidoctorj-epub3" rev="1.5.1">
  <artifact name="asciidoctorj-epub3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctorj-epub3', version='1.5.1')
)libraryDependencies += "org.asciidoctor" % "asciidoctorj-epub3" % "1.5.1"[org.asciidoctor/asciidoctorj-epub3 "1.5.1"]AsciidoctorJ EPUB3 is a convenient repackaging of Asciidoctor EPUB3 for use with AsciidoctorJ, which brings the Asciidoctor ecosystem to the JVM.
