Last Version

Post Processor Plugin for Gradle 0.0.1

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

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.randomcodeorg.ppplugin
ArtifactId

ArtifactId

ppplugin-gradle
Version

Version

0.0.1
Type

Type

pom
Description

Description

Post Processor Plugin for Gradle
A gradle plugin that executes one or multiple user defined processors that can be used to transform or modify the compilation result.
Project URL

Project URL

https://github.com/RandomCodeOrg/PPPluginGradle
Source Code Management

Source Code Management

https://github.com/RandomCodeOrg/PPPluginGradle.git

Download ppplugin-gradle 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-gradle/ -->
<dependency>
    <groupId>com.github.randomcodeorg.ppplugin</groupId>
    <artifactId>ppplugin-gradle</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-gradle/
implementation 'com.github.randomcodeorg.ppplugin:ppplugin-gradle:0.0.1'
// https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-gradle/
implementation ("com.github.randomcodeorg.ppplugin:ppplugin-gradle:0.0.1")
'com.github.randomcodeorg.ppplugin:ppplugin-gradle:pom:0.0.1'
<dependency org="com.github.randomcodeorg.ppplugin" name="ppplugin-gradle" rev="0.0.1">
  <artifact name="ppplugin-gradle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.randomcodeorg.ppplugin', module='ppplugin-gradle', version='0.0.1')
)
libraryDependencies += "com.github.randomcodeorg.ppplugin" % "ppplugin-gradle" % "0.0.1"
[com.github.randomcodeorg.ppplugin/ppplugin-gradle "0.0.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
com.github.randomcodeorg.ppplugin : ppplugin jar 0.2.0
com.android.tools.build : gradle jar 1.5.0

Project Modules

There are no modules declared in this project.