Last Version

Kelp Core 0.4.0

This module is used to develop plugins with the KelpFramework.

License

License

GroupId

GroupId

com.github.pxav.kelp
ArtifactId

ArtifactId

core
Version

Version

0.4.0
Type

Type

jar
Description

Description

Kelp Core
This module is used to develop plugins with the KelpFramework.
Source Code Management

Source Code Management

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

Download core 0.4.0


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

Dependencies

compile (9)

Group / Artifact Type Version
com.google.inject : guice jar 4.0
org.javassist : javassist jar 3.25.0-GA
commons-io : commons-io jar 2.7
com.openpojo : openpojo jar 0.8.13
org.ow2.asm : asm-util jar 7.2
io.github.classgraph : classgraph jar 4.8.78
org.spigotmc » plugin-annotations jar 1.2.0-SNAPSHOT
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32
org.jetbrains.kotlin : kotlin-reflect jar 1.4.32

provided (2)

Group / Artifact Type Version
org.spigotmc » spigot-api jar 1.16.5-R0.1-SNAPSHOT
org.bukkit » craftbukkit jar 1.16.5-R0.1-SNAPSHOT

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.