Last Version

Kelp 0.4.0

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

License

License

GroupId

GroupId

com.github.pxav.kelp
ArtifactId

ArtifactId

parent
Version

Version

0.4.0
Type

Type

pom
Description

Description

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

Project URL

https://www.github.com/KelpFramework/kelp
Source Code Management

Source Code Management

https://github.com/KelpFramework/kelp/tree/master

Download parent 0.4.0

Filename Size
parent-0.4.0.pom 9 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • v1_8_implementation
  • testing-module
  • v_1_14_implementation
  • kelp-sql