is not current version
Last Version 2.5.4

org.asciidoctor:asciidoctorj 2.2.0

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

GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctorj
Version

Version

2.2.0
Type

Type

jar

Download asciidoctorj 2.2.0


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