MVN

com.google.code.maven-play-plugin : play-japid-maven-plugin

Maven & Gradle

Feb 04, 2013

Maven Plugin for Play! Framework Japid Module · Maven wrapper for Play! Japid Module commands: "clean", "gen", "regen" and "mkdir".

<plugin>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>play-japid-maven-plugin</artifactId>
    <version>0.9.5_1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin : play-japid-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.5_1

All Versions

Choose a version of com.google.code.maven-play-plugin : play-japid-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
play-japid-maven-plugin-0.9.5_1

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.google.code.maven-play-plugin</groupId>
    <artifactId>play-japid-maven-plugin</artifactId>
    <version>0.9.5_1</version>
</plugin>