MVN

com.h3xstream.retirejs : retirejs-maven-plugin

Maven & Gradle

Nov 02, 2022
186 stars

Retire.js Maven Verifier

<plugin>
    <groupId>com.h3xstream.retirejs</groupId>
    <artifactId>retirejs-maven-plugin</artifactId>
    <version>3.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.h3xstream.retirejs : retirejs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of com.h3xstream.retirejs : retirejs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
retirejs-maven-plugin-3.0.4
retirejs-maven-plugin-3.0.3
retirejs-maven-plugin-3.0.2
retirejs-maven-plugin-3.0.1
retirejs-maven-plugin-3.0.0
2.2.x
retirejs-maven-plugin-2.2.0
2.1.x
retirejs-maven-plugin-2.1.0
1.0.x
retirejs-maven-plugin-1.0.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.h3xstream.retirejs</groupId>
    <artifactId>retirejs-maven-plugin</artifactId>
    <version>3.0.4</version>
</plugin>

Advertisement