| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.exortions |
| Идентификатор | ИдентификаторExosPluginUtils |
| Версия | Версия0.4.30.23 |
| Тип | Типjar |
| Описание |
ОписаниеPluginUtils
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| org.jetbrains : annotations | jar | RELEASE |
| org.reflections : reflections | jar | 0.9.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.spigotmc » spigot | jar | 1.16.5-R0.1-SNAPSHOT |