MVN

net.innig.sweetxml : sweetxml-maven

Maven & Gradle

Jan 13, 2007

SweetXML Maven plugin · Maven plugin to convert files to and from SweetXML.

<plugin>
    <groupId>net.innig.sweetxml</groupId>
    <artifactId>sweetxml-maven</artifactId>
    <version>0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.innig.sweetxml : sweetxml-maven to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of net.innig.sweetxml : sweetxml-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
sweetxml-maven-0.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.innig.sweetxml</groupId>
    <artifactId>sweetxml-maven</artifactId>
    <version>0.2</version>
</plugin>

Advertisement