| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pxav.kelp |
| ArtifactId | ArtifactIdcore |
| Version | Version0.4.0 |
| Type | Typejar |
| Description |
DescriptionKelp Core
This module is used to develop plugins with the KelpFramework.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-0.4.0.pom | |
| core-0.4.0.jar | 1 MB |
| core-0.4.0-sources.jar | 470 KB |
| core-0.4.0-javadoc.jar | 3 MB |
| Browse |
<!-- 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"]
| 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 |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |