is not current version
Last Version 1.6.2

org.asciidoctor:asciidoctor-ant 1.5.1

Ant task to render your AsciiDoc documentation

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctor-ant
Version

Version

1.5.1
Type

Type

jar

Download asciidoctor-ant 1.5.1


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