License |
License |
---|---|
GroupId | GroupIdcom.github.randomcodeorg.ppplugin |
ArtifactId | ArtifactIdppplugin-api |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPost Processor Plugin API
A maven plugin that executes one or multiple user defined processors that can be used to transform or modify the compilation result.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ppplugin-api-0.3.0.pom | |
ppplugin-api-0.3.0.jar | 6 KB |
ppplugin-api-0.3.0-sources.jar | 6 KB |
ppplugin-api-0.3.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-api/ -->
<dependency>
<groupId>com.github.randomcodeorg.ppplugin</groupId>
<artifactId>ppplugin-api</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-api/
implementation 'com.github.randomcodeorg.ppplugin:ppplugin-api:0.3.0'
// https://jarcasting.com/artifacts/com.github.randomcodeorg.ppplugin/ppplugin-api/
implementation ("com.github.randomcodeorg.ppplugin:ppplugin-api:0.3.0")
'com.github.randomcodeorg.ppplugin:ppplugin-api:jar:0.3.0'
<dependency org="com.github.randomcodeorg.ppplugin" name="ppplugin-api" rev="0.3.0">
<artifact name="ppplugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.randomcodeorg.ppplugin', module='ppplugin-api', version='0.3.0')
)
libraryDependencies += "com.github.randomcodeorg.ppplugin" % "ppplugin-api" % "0.3.0"
[com.github.randomcodeorg.ppplugin/ppplugin-api "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |