MVN

com.io7m.jstructural : io7m-jstructural-maven-plugin

Maven & Gradle

Aug 09, 2016

Java implementation of the structural document language (Maven plugin)

<plugin>
    <groupId>com.io7m.jstructural</groupId>
    <artifactId>io7m-jstructural-maven-plugin</artifactId>
    <version>5.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.io7m.jstructural : io7m-jstructural-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.io7m.jstructural : io7m-jstructural-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
io7m-jstructural-maven-plugin-5.0.0
4.2.x
io7m-jstructural-maven-plugin-4.2.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.io7m.jstructural</groupId>
    <artifactId>io7m-jstructural-maven-plugin</artifactId>
    <version>5.0.0</version>
</plugin>