is not current version
Last Version 0.0.3

com.github.randomcodeorg.ppplugin:ppdefaults 0.0.1

A project that provides some predefined implementations of PProcessor which can be executed by the PPPlugin.

GroupId

GroupId

com.github.randomcodeorg.ppplugin
ArtifactId

ArtifactId

ppdefaults
Version

Version

0.0.1
Type

Type

jar

Download ppdefaults 0.0.1


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