| License |
License |
|---|---|
| GroupId | GroupIdcom.exortions |
| ArtifactId | ArtifactIdExosPluginUtils |
| Last Version | Last Version0.4.30.23 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPluginUtils
ExosPluginUtils, or PluginUtils for short, is a simple, easy-to-use
library that saves many Minecraft Spigot developers a lot of time when creating
plugins. It allows Spigot developers to create a lot of NMS
(net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc, as well as MySQL and SQLite support,
a bunch of lines and classes saved, therefore improving the experience while
developing plugins.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ExosPluginUtils-0.4.30.23.pom | |
| ExosPluginUtils-0.4.30.23.jar | 87 KB |
| ExosPluginUtils-0.4.30.23-sources.jar | 47 KB |
| ExosPluginUtils-0.4.30.23-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.exortions/ExosPluginUtils/ -->
<dependency>
<groupId>com.exortions</groupId>
<artifactId>ExosPluginUtils</artifactId>
<version>0.4.30.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.exortions/ExosPluginUtils/
implementation 'com.exortions:ExosPluginUtils:0.4.30.23'
// https://jarcasting.com/artifacts/com.exortions/ExosPluginUtils/
implementation ("com.exortions:ExosPluginUtils:0.4.30.23")
'com.exortions:ExosPluginUtils:jar:0.4.30.23'
<dependency org="com.exortions" name="ExosPluginUtils" rev="0.4.30.23">
<artifact name="ExosPluginUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exortions', module='ExosPluginUtils', version='0.4.30.23')
)
libraryDependencies += "com.exortions" % "ExosPluginUtils" % "0.4.30.23"
[com.exortions/ExosPluginUtils "0.4.30.23"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| org.jetbrains : annotations | jar | RELEASE |
| org.reflections : reflections | jar | 0.9.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spigotmc » spigot | jar | 1.16.5-R0.1-SNAPSHOT |