MVN

org.asciidoctor : asciidoctor-ant

Maven & Gradle

Sep 30, 2019
4 usages
9 stars

asciidoctor-ant · Ant task to render your AsciiDoc documentation

<dependency>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctor-ant</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.asciidoctor : asciidoctor-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2
  • Latest Alpha: 1.6.0-alpha.5

All Versions

Choose a version of org.asciidoctor : asciidoctor-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
asciidoctor-ant-1.6.2
asciidoctor-ant-1.6.0-alpha.5
asciidoctor-ant-1.6.0-alpha.3
1.5.x
asciidoctor-ant-1.5.8
asciidoctor-ant-1.5.6
asciidoctor-ant-1.5.5
asciidoctor-ant-1.5.4
asciidoctor-ant-1.5.3
asciidoctor-ant-1.5.2
asciidoctor-ant-1.5.1
asciidoctor-ant-1.5.0
0.1.x
asciidoctor-ant-0.1.4

How to add a dependency to Maven

Add the following org.asciidoctor : asciidoctor-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctor-ant</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.asciidoctor : asciidoctor-ant gradle dependency to your build.gradle file:

implementation 'org.asciidoctor:asciidoctor-ant:1.6.2'

Gradle Kotlin DSL: Add the following org.asciidoctor : asciidoctor-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.asciidoctor:asciidoctor-ant:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.asciidoctor : asciidoctor-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.asciidoctor" % "asciidoctor-ant" % "1.6.2"

Advertisement

Dependencies from Group

Jun 09, 2023
188 usages
611 stars
Jul 01, 2023
42 usages
33 stars
Aug 10, 2023
32 usages
9 stars
Jun 09, 2023
14 usages
611 stars
Oct 02, 2013
10 usages
610 stars

Discover Dependencies