MVN

uk.org.retep : retepTools-generator

Maven & Gradle

Jan 29, 2010

retepTools Source Generator · Miscelaneous code generators that generate sources based on specialist Generator classes and .property definition files. For example the class uk.org.retep.util.string.RFC3454 is generated using this maven plugin by retrieving the RFC directly from the IETF website.

<plugin>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepTools-generator</artifactId>
    <version>9.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep : retepTools-generator to add to Maven - Latest Versions:

  • Latest Stable: 9.10
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep : retepTools-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
9.10
retepTools-generator-9.10
9.8.x
retepTools-generator-9.8.2
retepTools-generator-9.8.1
9.8
retepTools-generator-9.8
retepTools-generator-9.8-RC1
9.7
retepTools-generator-9.7
9.6
retepTools-generator-9.6
9.5
retepTools-generator-9.5

How to add a plugin to Maven

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

<plugin>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepTools-generator</artifactId>
    <version>9.10</version>
</plugin>

Advertisement