is not current version
Last Version 2018.5.0

org.wildfly.swarm:asciidoctorj 2017.8.0

AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a parsed AsciiDoc document from Java and other JVM languages.

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

asciidoctorj
Version

Version

2017.8.0
Type

Type

jar

Download asciidoctorj 2017.8.0


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