MVN

net.catte : scalapb-maven-plugin

Maven & Gradle

Sep 20, 2018

ScalaPB Maven Plugin

<plugin>
    <groupId>net.catte</groupId>
    <artifactId>scalapb-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.catte : scalapb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.catte : scalapb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
scalapb-maven-plugin-1.2
1.1
scalapb-maven-plugin-1.1
1.0
scalapb-maven-plugin-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>net.catte</groupId>
    <artifactId>scalapb-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>