is not current version
Last Version 1.6.2

org.asciidoctor:asciidoctor-ant 0.1.4

Ant task to render your AsciiDoc documentation

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.asciidoctor
ArtifactId

ArtifactId

asciidoctor-ant
Version

Version

0.1.4
Type

Type

jar

Download asciidoctor-ant 0.1.4


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