Download ppplugin-0.2.0.jar file - Jar p

Jar examples for p:ppplugin

Description

A maven plugin that executes one or multiple user defined processors that can be used to transform or modify the compilation result.

You can download jar file ppplugin 0.2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add ppplugin-0.2.0.jar to your project.

<dependency>
   <groupId>com.github.randomcodeorg.ppplugin</groupId>
   <artifactId>ppplugin</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.github.randomcodeorg.ppplugin', name: 'ppplugin', version: '0.2.0'
libraryDependencies += "com.github.randomcodeorg.ppplugin" % "ppplugin" % "0.2.0"
<dependency org="com.github.randomcodeorg.ppplugin" name="ppplugin" rev="0.2.0"/>
@Grapes(@Grab(group='com.github.randomcodeorg.ppplugin', module='ppplugin', version='0.2.0'))
'com.github.randomcodeorg.ppplugin:ppplugin:jar:0.2.0'

Download

Click the following link to download the jar file.

ppplugin-0.2.0-sources.jar
ppplugin-0.2.0.jar
ppplugin-0.2.0.pom



Related Tutorials