MVN

io.reactiverse : vertx-maven-plugin

Maven & Gradle

Jun 03, 2022
73 stars

A Maven Plugin for Eclipse Vert.x · A plugin to allow package, start, stop, run of Eclipse Vert.x applications

<plugin>
    <groupId>io.reactiverse</groupId>
    <artifactId>vertx-maven-plugin</artifactId>
    <version>1.0.28</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.reactiverse : vertx-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.28

All Versions

Choose a version of io.reactiverse : vertx-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
vertx-maven-plugin-1.0.28
vertx-maven-plugin-1.0.27
vertx-maven-plugin-1.0.26
vertx-maven-plugin-1.0.25
vertx-maven-plugin-1.0.24
vertx-maven-plugin-1.0.23
vertx-maven-plugin-1.0.22
vertx-maven-plugin-1.0.21
vertx-maven-plugin-1.0.20
vertx-maven-plugin-1.0.18
vertx-maven-plugin-1.0.17
vertx-maven-plugin-1.0.15
vertx-maven-plugin-1.0.14

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.reactiverse</groupId>
    <artifactId>vertx-maven-plugin</artifactId>
    <version>1.0.28</version>
</plugin>

Advertisement