MVN

org.infinispan.maven-plugins : protocol-parser-generator

Maven & Gradle

May 16, 2023
0 stars

Protocol Parser Generator Maven Plugin · Generates an io.netty.handler.codec.ByteToMessageDecoder based on a grammar

<plugin>
    <groupId>org.infinispan.maven-plugins</groupId>
    <artifactId>protocol-parser-generator</artifactId>
    <version>1.0.4.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infinispan.maven-plugins : protocol-parser-generator to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4.Final

All Versions

Choose a version of org.infinispan.maven-plugins : protocol-parser-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
protocol-parser-generator-1.0.4.Final
protocol-parser-generator-1.0.3.Final
protocol-parser-generator-1.0.2.Final
protocol-parser-generator-1.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>org.infinispan.maven-plugins</groupId>
    <artifactId>protocol-parser-generator</artifactId>
    <version>1.0.4.Final</version>
</plugin>