MVN

com.marvinformatics.avro : avro-maven-plugin

Maven & Gradle

Jun 30, 2020
0 stars

Apache Avro Maven Plugin · Maven plugin for Avro IDL and Specific API Compilers

<plugin>
    <groupId>com.marvinformatics.avro</groupId>
    <artifactId>avro-maven-plugin</artifactId>
    <version>1.9.2-8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics.avro : avro-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.9.2-8

All Versions

Choose a version of com.marvinformatics.avro : avro-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
avro-maven-plugin-1.9.2-8
avro-maven-plugin-1.9.2-7
avro-maven-plugin-1.9.2-3
avro-maven-plugin-1.9.2-2
avro-maven-plugin-1.9.2-1
avro-maven-plugin-1.9.1-1
1.8.x
avro-maven-plugin-1.8.3
avro-maven-plugin-1.8.2-6
avro-maven-plugin-1.8.2-5
avro-maven-plugin-1.8.2-4
avro-maven-plugin-1.8.2-3
avro-maven-plugin-1.8.2-2

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.marvinformatics.avro</groupId>
    <artifactId>avro-maven-plugin</artifactId>
    <version>1.9.2-8</version>
</plugin>