MVN

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

Maven & Gradle

May 17, 2024

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-maven-plugin</artifactId>
    <version>1.0.5.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.5.Final

All Versions

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

Version Vulnerabilities Updated
1.0.x
protocol-parser-generator-maven-plugin-1.0.5.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-maven-plugin</artifactId>
    <version>1.0.5.Final</version>
</plugin>