MVN

at.makubi.maven.plugin : avrohugger-maven-plugin_2.11

Maven & Gradle

May 31, 2017
9 stars

Avrohugger Maven Plugin · Maven plugin for generating Scala case classes and ADTs from Apache Avro schemas, datafiles, and protocols

<plugin>
    <groupId>at.makubi.maven.plugin</groupId>
    <artifactId>avrohugger-maven-plugin_2.11</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.makubi.maven.plugin : avrohugger-maven-plugin_2.11 to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of at.makubi.maven.plugin : avrohugger-maven-plugin_2.11 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
avrohugger-maven-plugin_2.11-1.3
1.2
avrohugger-maven-plugin_2.11-1.2
1.1
avrohugger-maven-plugin_2.11-1.1
1.0
avrohugger-maven-plugin_2.11-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>at.makubi.maven.plugin</groupId>
    <artifactId>avrohugger-maven-plugin_2.11</artifactId>
    <version>1.3</version>
</plugin>

Advertisement