MVN

io.github.terminological : r6-generator-maven-plugin

Maven & Gradle

Sep 26, 2022
0 stars

R6 Generator Maven Plugin · A maven plugin for generating R6 package encapsualting java libraries

<plugin>
    <groupId>io.github.terminological</groupId>
    <artifactId>r6-generator-maven-plugin</artifactId>
    <version>0.5.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.terminological : r6-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of io.github.terminological : r6-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
r6-generator-maven-plugin-0.5.6
r6-generator-maven-plugin-0.5.5
r6-generator-maven-plugin-0.5.4
r6-generator-maven-plugin-0.5.3
r6-generator-maven-plugin-0.5.2
r6-generator-maven-plugin-0.5.1
r6-generator-maven-plugin-0.5.0
0.4.x
r6-generator-maven-plugin-0.4.1
r6-generator-maven-plugin-0.4.0
0.3.x
r6-generator-maven-plugin-0.3.1
r6-generator-maven-plugin-0.3.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>io.github.terminological</groupId>
    <artifactId>r6-generator-maven-plugin</artifactId>
    <version>0.5.6</version>
</plugin>