MVN

jp.skypencil : jsr305-maven-plugin

Maven & Gradle

Feb 09, 2013
4 stars

jsr305-maven-plugin Maven Mojo · a Maven plugin which injects precondition check logics to your classes.

<plugin>
    <groupId>jp.skypencil</groupId>
    <artifactId>jsr305-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.skypencil : jsr305-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of jp.skypencil : jsr305-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
jsr305-maven-plugin-1.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>jp.skypencil</groupId>
    <artifactId>jsr305-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>