| License | License | 
|---|---|
| GroupId | GroupIdorg.asciidoctor | 
| ArtifactId | ArtifactIdasciidoctorj-revealjs | 
| Last Version | Last Version5.0.0.rc1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionasciidoctorj-revealjs AsciidoctorJ RevealJs bundles the Asciidoctor Reveal.js RubyGem (asciidoctor-reveal.js) so it can be loaded into the JVM using JRuby. | 
| Filename | Size | 
|---|---|
| asciidoctorj-revealjs-5.0.0.rc1.pom | |
| asciidoctorj-revealjs-5.0.0.rc1.jar | 45 KB | 
| asciidoctorj-revealjs-5.0.0.rc1-sources.jar | 261 bytes | 
| asciidoctorj-revealjs-5.0.0.rc1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/ -->
<dependency>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctorj-revealjs</artifactId>
    <version>5.0.0.rc1</version>
</dependency>// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/
implementation 'org.asciidoctor:asciidoctorj-revealjs:5.0.0.rc1'// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/
implementation ("org.asciidoctor:asciidoctorj-revealjs:5.0.0.rc1")'org.asciidoctor:asciidoctorj-revealjs:jar:5.0.0.rc1'<dependency org="org.asciidoctor" name="asciidoctorj-revealjs" rev="5.0.0.rc1">
  <artifact name="asciidoctorj-revealjs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctorj-revealjs', version='5.0.0.rc1')
)libraryDependencies += "org.asciidoctor" % "asciidoctorj-revealjs" % "5.0.0.rc1"[org.asciidoctor/asciidoctorj-revealjs "5.0.0.rc1"]