MVN

net.toften : docmaker

Maven & Gradle

Mar 03, 2015

docmaker · Maven plugin to generate a PDF document from a set of Markdown text snippets

<plugin>
    <groupId>net.toften</groupId>
    <artifactId>docmaker</artifactId>
    <version>0.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.toften : docmaker to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of net.toften : docmaker to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
docmaker-0.0.8
docmaker-0.0.7
docmaker-0.0.4

How to add a plugin to Maven

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

<plugin>
    <groupId>net.toften</groupId>
    <artifactId>docmaker</artifactId>
    <version>0.0.8</version>
</plugin>