is not current version
Last Version 5.0.0.rc1

org.asciidoctor:asciidoctorj-revealjs 4.0.1

AsciidoctorJ RevealJs bundles the Asciidoctor Reveal.js RubyGem (asciidoctor-reveal.js) so it can be loaded into the JVM using JRuby.

GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctorj-revealjs
Version

Version

4.0.1
Type

Type

jar

Download asciidoctorj-revealjs 4.0.1


<!-- https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/ -->
<dependency>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctorj-revealjs</artifactId>
    <version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/
implementation 'org.asciidoctor:asciidoctorj-revealjs:4.0.1'
// https://jarcasting.com/artifacts/org.asciidoctor/asciidoctorj-revealjs/
implementation ("org.asciidoctor:asciidoctorj-revealjs:4.0.1")
'org.asciidoctor:asciidoctorj-revealjs:jar:4.0.1'
<dependency org="org.asciidoctor" name="asciidoctorj-revealjs" rev="4.0.1">
  <artifact name="asciidoctorj-revealjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctorj-revealjs', version='4.0.1')
)
libraryDependencies += "org.asciidoctor" % "asciidoctorj-revealjs" % "4.0.1"
[org.asciidoctor/asciidoctorj-revealjs "4.0.1"]