MVN

io.netty.incubator : netty-incubator-h3spec-maven-plugin

Maven & Gradle

May 25, 2021
4 stars

h3spec-maven-plugin Maven Mojo · Maven plugin which allows to run h3spec test suite as part of the build.

<plugin>
    <groupId>io.netty.incubator</groupId>
    <artifactId>netty-incubator-h3spec-maven-plugin</artifactId>
    <version>0.0.6.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty.incubator : netty-incubator-h3spec-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6.Final

All Versions

Choose a version of io.netty.incubator : netty-incubator-h3spec-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
netty-incubator-h3spec-maven-plugin-0.0.6.Final
netty-incubator-h3spec-maven-plugin-0.0.5.Final
netty-incubator-h3spec-maven-plugin-0.0.4.Final
netty-incubator-h3spec-maven-plugin-0.0.3.Final
netty-incubator-h3spec-maven-plugin-0.0.2.Final
netty-incubator-h3spec-maven-plugin-0.0.1.Final

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.netty.incubator</groupId>
    <artifactId>netty-incubator-h3spec-maven-plugin</artifactId>
    <version>0.0.6.Final</version>
</plugin>