is not current version
Last Version 2.5.4

org.asciidoctor:asciidoctorj 1.6.0-alpha.3

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

GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctorj
Version

Version

1.6.0-alpha.3
Type

Type

pom

Download asciidoctorj 1.6.0-alpha.3


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