MVN

net.stickycode.plugins : frontmatter-maven-plugin

Maven & Gradle

Jun 07, 2023

frontmatter-maven-plugin · A maven plugin to use concise syntax to quickly download artifacts

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>frontmatter-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.plugins : frontmatter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of net.stickycode.plugins : frontmatter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
frontmatter-maven-plugin-1.5
1.2
frontmatter-maven-plugin-1.2

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.stickycode.plugins</groupId>
    <artifactId>frontmatter-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>