MVN

com.io7m.kstructural : io7m-kstructural-maven-plugin

Maven & Gradle

Dec 10, 2016

io7m-kstructural-maven-plugin · Kotlin implementation of the structural document language (Maven plugin)

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

Latest Version

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

  • Latest Stable: 0.3.1

All Versions

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

Version Vulnerabilities Updated
0.3.x
io7m-kstructural-maven-plugin-0.3.1
io7m-kstructural-maven-plugin-0.3.0
0.2.x
io7m-kstructural-maven-plugin-0.2.0
0.1.x
io7m-kstructural-maven-plugin-0.1.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.kstructural</groupId>
    <artifactId>io7m-kstructural-maven-plugin</artifactId>
    <version>0.3.1</version>
</plugin>