MVN

io.whelk.asciidoc : asciidoc-template-maven-plugin

Maven & Gradle

Oct 16, 2022
4 stars

Asciidoc Template Plugin · Maven plugin for generating Asciidoc files using templates.

<plugin>
    <groupId>io.whelk.asciidoc</groupId>
    <artifactId>asciidoc-template-maven-plugin</artifactId>
    <version>1.0.21</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.whelk.asciidoc : asciidoc-template-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.21

All Versions

Choose a version of io.whelk.asciidoc : asciidoc-template-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
asciidoc-template-maven-plugin-1.0.21
asciidoc-template-maven-plugin-1.0.20
asciidoc-template-maven-plugin-1.0.18
asciidoc-template-maven-plugin-1.0.17
asciidoc-template-maven-plugin-1.0.16
asciidoc-template-maven-plugin-1.0.15
asciidoc-template-maven-plugin-1.0.14
asciidoc-template-maven-plugin-1.0.13-RELEASE
asciidoc-template-maven-plugin-1.0.12-RELEASE
asciidoc-template-maven-plugin-1.0.11-RELEASE
asciidoc-template-maven-plugin-1.0.10
asciidoc-template-maven-plugin-1.0.8-RELEASE

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.whelk.asciidoc</groupId>
    <artifactId>asciidoc-template-maven-plugin</artifactId>
    <version>1.0.21</version>
</plugin>