is not current version
Last Version 0.4.0

com.github.pxav.kelp:parent 0.0.3

A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily

GroupId

GroupId

com.github.pxav.kelp
ArtifactId

ArtifactId

parent
Version

Version

0.0.3
Type

Type

pom

Download parent 0.0.3

Filename Size
parent-0.0.3.pom 6 KB
Browse

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