is not current version
Last Version 2.5.4

org.asciidoctor:asciidoctorj 1.5.4

AsciidoctorJ provides Java bindings for the Asciidoctor RubyGem (asciidoctor) using JRuby.

GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctorj
Version

Version

1.5.4
Type

Type

jar

Download asciidoctorj 1.5.4


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