mirror of
https://github.com/CarmJos/EasyPlugin.git
synced 2026-06-05 00:58:17 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f077c57844 |
@@ -1,9 +1,27 @@
|
||||
# EasyPlugin Javadoc
|
||||
# EasyPlugin Repository
|
||||
|
||||
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://carmjos.github.io/EasyPlugin) 。
|
||||
采用github的repo分支进行依赖,随项目发布而自动更新。
|
||||
|
||||
## 如何实现?
|
||||
其他依赖方式见主页介绍。
|
||||
|
||||
若您也想通过 [Github Actions](https://docs.github.com/en/actions/learn-github-actions)
|
||||
自动部署项目的Javadoc到 [Github Pages](https://pages.github.com/) ,
|
||||
可以参考我的文章 [《自动部署Javadoc到Github Pages》](https://pages.carm.cc/doc/javadoc-in-github.html) 。
|
||||
## 依赖方式
|
||||
|
||||
### Maven
|
||||
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>EasyPlugin</id>
|
||||
<name>GitHub Branch Repository</name>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/blob/repo/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
```
|
||||
|
||||
### Gradle
|
||||
|
||||
```groovy
|
||||
repositories {
|
||||
maven { url 'https://github.com/CarmJos/EasyPlugin/blob/repo/' }
|
||||
}
|
||||
```
|
||||
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_452) on Mon Jun 09 15:49:02 UTC 2025 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>所有类 (EasyPlugin 1.5.14 API)</title>
|
||||
<meta name="date" content="2025-06-09">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">所有类</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/AbstractUserData.html" title="cc.carm.lib.easyplugin.user中的类" target="classFrame">AbstractUserData</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/alias/AliasCommand.html" title="cc.carm.lib.easyplugin.command.alias中的类" target="classFrame">AliasCommand</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/alias/AliasCommandManager.html" title="cc.carm.lib.easyplugin.command.alias中的类" target="classFrame">AliasCommandManager</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/AutoPagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类" target="classFrame">AutoPagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/ColorParser.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">ColorParser</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/CommandHandler.html" title="cc.carm.lib.easyplugin.command中的类" target="classFrame">CommandHandler</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/CommonPagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类" target="classFrame">CommonPagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/DataStorage.html" title="cc.carm.lib.easyplugin.storage中的接口" target="classFrame"><span class="interfaceName">DataStorage</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/EasyCooldown.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">EasyCooldown</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/EasyExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的接口" target="classFrame"><span class="interfaceName">EasyExpansion</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/EasyPlaceholder.html" title="cc.carm.lib.easyplugin.papi中的类" target="classFrame">EasyPlaceholder</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/EasyPlugin.html" title="cc.carm.lib.easyplugin中的类" target="classFrame">EasyPlugin</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.html" title="cc.carm.lib.easyplugin.i18n中的接口" target="classFrame"><span class="interfaceName">EasyPluginMessageProvider</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.en_US.html" title="cc.carm.lib.easyplugin.i18n中的类" target="classFrame">EasyPluginMessageProvider.en_US</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.zh_CN.html" title="cc.carm.lib.easyplugin.i18n中的类" target="classFrame">EasyPluginMessageProvider.zh_CN</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/vault/EasyVault.html" title="cc.carm.lib.easyplugin.vault中的类" target="classFrame">EasyVault</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/FileBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类" target="classFrame">FileBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/FolderBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类" target="classFrame">FolderBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/updatechecker/GHUpdateChecker.html" title="cc.carm.lib.easyplugin.updatechecker中的类" target="classFrame">GHUpdateChecker</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUI.html" title="cc.carm.lib.easyplugin.gui中的类" target="classFrame">GUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIActionConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类" target="classFrame">GUIActionConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIActionType.html" title="cc.carm.lib.easyplugin.gui.configuration中的枚举" target="classFrame">GUIActionType</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类" target="classFrame">GUIConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIItem.html" title="cc.carm.lib.easyplugin.gui中的类" target="classFrame">GUIItem</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIItem.GUIClickAction.html" title="cc.carm.lib.easyplugin.gui中的类" target="classFrame">GUIItem.GUIClickAction</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIItemConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类" target="classFrame">GUIItemConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIListener.html" title="cc.carm.lib.easyplugin.gui中的类" target="classFrame">GUIListener</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIType.html" title="cc.carm.lib.easyplugin.gui中的枚举" target="classFrame">GUIType</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/ItemStackFactory.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">ItemStackFactory</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">JarResourceUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.CopyOption.html" title="cc.carm.lib.easyplugin.utils中的枚举" target="classFrame">JarResourceUtils.CopyOption</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.PathTrimmer.html" title="cc.carm.lib.easyplugin.utils中的接口" target="classFrame"><span class="interfaceName">JarResourceUtils.PathTrimmer</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/MessageUtils.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">MessageUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/NamedExecutor.html" title="cc.carm.lib.easyplugin.command中的接口" target="classFrame"><span class="interfaceName">NamedExecutor</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/PagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类" target="classFrame">PagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/handler/PlaceholderHandler.html" title="cc.carm.lib.easyplugin.papi.handler中的接口" target="classFrame"><span class="interfaceName">PlaceholderHandler</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/plugin/PluginBasedStorage.html" title="cc.carm.lib.easyplugin.storage.plugin中的类" target="classFrame">PluginBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/SchedulerUtils.html" title="cc.carm.lib.easyplugin.utils中的类" target="classFrame">SchedulerUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/SchedulerUtils.Task.html" title="cc.carm.lib.easyplugin.utils中的接口" target="classFrame"><span class="interfaceName">SchedulerUtils.Task</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/SectionExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的类" target="classFrame">SectionExpansion</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/SimpleCompleter.html" title="cc.carm.lib.easyplugin.command中的类" target="classFrame">SimpleCompleter</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/StorageType.html" title="cc.carm.lib.easyplugin.storage中的接口" target="classFrame"><span class="interfaceName">StorageType</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/SubCommand.html" title="cc.carm.lib.easyplugin.command中的类" target="classFrame">SubCommand</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/SubExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的类" target="classFrame">SubExpansion</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserData.html" title="cc.carm.lib.easyplugin.user中的接口" target="classFrame"><span class="interfaceName">UserData</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserDataManager.html" title="cc.carm.lib.easyplugin.user中的类" target="classFrame">UserDataManager</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserDataRegistry.html" title="cc.carm.lib.easyplugin.user中的接口" target="classFrame"><span class="interfaceName">UserDataRegistry</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/YAMLBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类" target="classFrame">YAMLBasedStorage</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,67 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_452) on Mon Jun 09 15:49:02 UTC 2025 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>所有类 (EasyPlugin 1.5.14 API)</title>
|
||||
<meta name="date" content="2025-06-09">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">所有类</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/AbstractUserData.html" title="cc.carm.lib.easyplugin.user中的类">AbstractUserData</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/alias/AliasCommand.html" title="cc.carm.lib.easyplugin.command.alias中的类">AliasCommand</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/alias/AliasCommandManager.html" title="cc.carm.lib.easyplugin.command.alias中的类">AliasCommandManager</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/AutoPagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类">AutoPagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/ColorParser.html" title="cc.carm.lib.easyplugin.utils中的类">ColorParser</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/CommandHandler.html" title="cc.carm.lib.easyplugin.command中的类">CommandHandler</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/CommonPagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类">CommonPagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/DataStorage.html" title="cc.carm.lib.easyplugin.storage中的接口"><span class="interfaceName">DataStorage</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/EasyCooldown.html" title="cc.carm.lib.easyplugin.utils中的类">EasyCooldown</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/EasyExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的接口"><span class="interfaceName">EasyExpansion</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/EasyPlaceholder.html" title="cc.carm.lib.easyplugin.papi中的类">EasyPlaceholder</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/EasyPlugin.html" title="cc.carm.lib.easyplugin中的类">EasyPlugin</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.html" title="cc.carm.lib.easyplugin.i18n中的接口"><span class="interfaceName">EasyPluginMessageProvider</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.en_US.html" title="cc.carm.lib.easyplugin.i18n中的类">EasyPluginMessageProvider.en_US</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/i18n/EasyPluginMessageProvider.zh_CN.html" title="cc.carm.lib.easyplugin.i18n中的类">EasyPluginMessageProvider.zh_CN</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/vault/EasyVault.html" title="cc.carm.lib.easyplugin.vault中的类">EasyVault</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/FileBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类">FileBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/FolderBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类">FolderBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/updatechecker/GHUpdateChecker.html" title="cc.carm.lib.easyplugin.updatechecker中的类">GHUpdateChecker</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUI.html" title="cc.carm.lib.easyplugin.gui中的类">GUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIActionConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类">GUIActionConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIActionType.html" title="cc.carm.lib.easyplugin.gui.configuration中的枚举">GUIActionType</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类">GUIConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIItem.html" title="cc.carm.lib.easyplugin.gui中的类">GUIItem</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIItem.GUIClickAction.html" title="cc.carm.lib.easyplugin.gui中的类">GUIItem.GUIClickAction</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/configuration/GUIItemConfiguration.html" title="cc.carm.lib.easyplugin.gui.configuration中的类">GUIItemConfiguration</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIListener.html" title="cc.carm.lib.easyplugin.gui中的类">GUIListener</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/GUIType.html" title="cc.carm.lib.easyplugin.gui中的枚举">GUIType</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/ItemStackFactory.html" title="cc.carm.lib.easyplugin.utils中的类">ItemStackFactory</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.html" title="cc.carm.lib.easyplugin.utils中的类">JarResourceUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.CopyOption.html" title="cc.carm.lib.easyplugin.utils中的枚举">JarResourceUtils.CopyOption</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/JarResourceUtils.PathTrimmer.html" title="cc.carm.lib.easyplugin.utils中的接口"><span class="interfaceName">JarResourceUtils.PathTrimmer</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/MessageUtils.html" title="cc.carm.lib.easyplugin.utils中的类">MessageUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/NamedExecutor.html" title="cc.carm.lib.easyplugin.command中的接口"><span class="interfaceName">NamedExecutor</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/gui/paged/PagedGUI.html" title="cc.carm.lib.easyplugin.gui.paged中的类">PagedGUI</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/handler/PlaceholderHandler.html" title="cc.carm.lib.easyplugin.papi.handler中的接口"><span class="interfaceName">PlaceholderHandler</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/plugin/PluginBasedStorage.html" title="cc.carm.lib.easyplugin.storage.plugin中的类">PluginBasedStorage</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/SchedulerUtils.html" title="cc.carm.lib.easyplugin.utils中的类">SchedulerUtils</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/utils/SchedulerUtils.Task.html" title="cc.carm.lib.easyplugin.utils中的接口"><span class="interfaceName">SchedulerUtils.Task</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/SectionExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的类">SectionExpansion</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/SimpleCompleter.html" title="cc.carm.lib.easyplugin.command中的类">SimpleCompleter</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/StorageType.html" title="cc.carm.lib.easyplugin.storage中的接口"><span class="interfaceName">StorageType</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/command/SubCommand.html" title="cc.carm.lib.easyplugin.command中的类">SubCommand</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/papi/expansion/SubExpansion.html" title="cc.carm.lib.easyplugin.papi.expansion中的类">SubExpansion</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserData.html" title="cc.carm.lib.easyplugin.user中的接口"><span class="interfaceName">UserData</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserDataManager.html" title="cc.carm.lib.easyplugin.user中的类">UserDataManager</a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/user/UserDataRegistry.html" title="cc.carm.lib.easyplugin.user中的接口"><span class="interfaceName">UserDataRegistry</span></a></li>
|
||||
<li><a href="cc/carm/lib/easyplugin/storage/file/YAMLBasedStorage.html" title="cc.carm.lib.easyplugin.storage.file中的类">YAMLBasedStorage</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
eb52a0f93e62d00bdbb1b29b4220948c
|
||||
@@ -0,0 +1 @@
|
||||
b6a72282875791de781656b25572d92f84e8dfda
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
|
||||
<artifactId>easyplugin-all</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-All</name>
|
||||
<description>轻松插件全集,将打包全部工具类与工具接口。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!--通过 bom 快捷导入所有相关模块-->
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-bom</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
5b570f9fddbe9b704a5b3ad97e8dcbf2
|
||||
@@ -0,0 +1 @@
|
||||
195d155d28b64e5aab0ccd590d162374b30b3c66
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-all</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
3a3e69a78fa01b357c15c349bd7a43e9
|
||||
@@ -0,0 +1 @@
|
||||
f4d882a8e9f5169580f235c04c714faeab6e828a
|
||||
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
|
||||
<artifactId>easyplugin-bom</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>EasyPlugin-Bom</name>
|
||||
<description>轻松插件汇总导入模块,允许快捷导入相关的接口并避免版本不一致问题。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-main</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-command</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-gui</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-storage</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-placeholderapi</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-vault</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-githubchecker</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-main</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-gui</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-command</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-placeholderapi</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-vault</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
61d32c92e7a3db25566c45f0a36d00d4
|
||||
@@ -0,0 +1 @@
|
||||
efa803ceb03ecfd636cdcb5fc563c973c50256fa
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-bom</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
b2b9256acb4791aca9355f72fc284d9f
|
||||
@@ -0,0 +1 @@
|
||||
ed55e982827d080048023f205f6a0d922c51036b
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1f74830b0422fe36823c2e2141a6b26e
|
||||
@@ -0,0 +1 @@
|
||||
d7dd7a8972027f1938493e1de7aaf0206d4c6c3a
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0979768257a22ac2e424c6c68b57a922
|
||||
@@ -0,0 +1 @@
|
||||
bddd6e4e150492a4861f2bd2035bfd300caff3d2
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
d5ecbf90b1b075d600da6f01bd5655fd
|
||||
@@ -0,0 +1 @@
|
||||
f2123c09d2c6829e5f3146feb3dacfb191fed44f
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
<artifactId>easyplugin-color</artifactId>
|
||||
|
||||
<name>EasyPlugin-Color</name>
|
||||
<description>轻松插件颜色模块,支持简单便捷的颜色解析器,包括基本颜色、RGB颜色与RGB渐变颜色。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
3bbb8b99df80ee3156691d988420bc2b
|
||||
@@ -0,0 +1 @@
|
||||
bd4a5a5091df8081f34736d955fd4e758abc8252
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-color</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
d266bf037b3074908b277192fb8ecd21
|
||||
@@ -0,0 +1 @@
|
||||
687ed1a08b0178957f5a9e4ac91d70a965ad9a2e
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
76eb754d9c6659b8c18000d8456ffd5b
|
||||
+1
@@ -0,0 +1 @@
|
||||
cf4f46d4bfc7ac06f9c8aaf06a75a8763e1f9fb2
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
61107bc08a63b6dce2481ba32853b68c
|
||||
+1
@@ -0,0 +1 @@
|
||||
188a058f8cb9bf240eabfe1051997053226e55eb
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a6cdd09fbbac814baae4cea762462ad6
|
||||
@@ -0,0 +1 @@
|
||||
64517d4f854bb61b52cf9a2ca6ca854c19f83f5b
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
<artifactId>easyplugin-command-alias</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-Command-Alias</name>
|
||||
<description>轻松插件指令别名映射模块,支持将插件内复杂的子指令简化为一个单独的指令,方便玩家使用。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
6fb3304684a8d185a226ef7550f84986
|
||||
@@ -0,0 +1 @@
|
||||
368c34d296c94d2a64cf28912808fe805457d1d4
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-command-alias</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
f4f4c19f893c8ab5403212068b8381ce
|
||||
@@ -0,0 +1 @@
|
||||
c5776e6a85bb29765bb5a1f50487e0a2e5f757e0
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ea260f00a915be15102c09e39ee4416d
|
||||
@@ -0,0 +1 @@
|
||||
39d88db0c947385867cd2b125cbf1e21fe5190d3
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ab2b22df5ea384d56d62ae07599270a8
|
||||
@@ -0,0 +1 @@
|
||||
44bc9c819a2da737133299135f838a3508fda6f3
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
4cef299bc9d1264096ec9bce89be2c5c
|
||||
@@ -0,0 +1 @@
|
||||
00c52df0129b12ebcff5379a44ce0a25df531e60
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
<artifactId>easyplugin-command</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-Command</name>
|
||||
<description>轻松插件指令接口模块,方便快捷的编写子指令。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
51b75189294be1fb2b7601bbffb9f79a
|
||||
@@ -0,0 +1 @@
|
||||
c525c2dfe524c31d1126e9f8400f4ccfc953404e
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-command</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
1ea950121ace481353911309a56214de
|
||||
@@ -0,0 +1 @@
|
||||
7048d1d479c63db3fde61c7aee308d00ba18218f
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a8fbde3c7532a4ae53d9a02295624514
|
||||
@@ -0,0 +1 @@
|
||||
bd4eb77e726ff86ef6f12f748ba8b515369e7e95
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
|
||||
<artifactId>easyplugin-common</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-Common</name>
|
||||
<description>轻松插件常用接口集,包含除附属插件模块外的所有模块。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!--通过 bom 快捷导入所有相关模块-->
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-bom</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<type>pom</type>
|
||||
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-placeholderapi</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-vault</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-storage</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
0e5b6b0d1bb8b08662c53322e763602c
|
||||
@@ -0,0 +1 @@
|
||||
18bfda4e5af6691278b1352f10898c1564d85401
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-common</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
3d4cb023fcb609308016a0f3a4a24b65
|
||||
@@ -0,0 +1 @@
|
||||
617cff2b78ae95f65e4498b48dbf793acecad3ae
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
9872ef7ba1618cedbccf5a619ec72af6
|
||||
+1
@@ -0,0 +1 @@
|
||||
5d0c874f28fd5ec5d9fef49e2d3c0adbf975e2a7
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
621f3fc8fea1a2d9c51e31d7961a7ccf
|
||||
+1
@@ -0,0 +1 @@
|
||||
925bf93312179927f5bb23c7748b25d74eff3fc7
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
780e4a4da145025e42fbd9a50aeadefa
|
||||
@@ -0,0 +1 @@
|
||||
8e89ad0316723e31e896e5f5f80d1aeb7f3f386f
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
<artifactId>easyplugin-githubchecker</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-GithubChecker</name>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!--suppress VulnerableLibrariesLocal -->
|
||||
<dependency>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>githubreleases4j</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
8eb42fe27711b22cb122aa10317bdbb5
|
||||
@@ -0,0 +1 @@
|
||||
8d79cea238828825e152b6fbe5b63f2a76776f07
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-githubchecker</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
3a71cfedb7731b1152dc7c4d3dcd0d36
|
||||
@@ -0,0 +1 @@
|
||||
a6b804dff5d63d7472b64297811dd7b326742d9a
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
7e702e0596954b83c35c87130d6e4ff7
|
||||
@@ -0,0 +1 @@
|
||||
62ecd202edb840eaca0248fca5c68ef1b7a6d446
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
5444bf5cf81d146209f8e51cf8d8bf08
|
||||
@@ -0,0 +1 @@
|
||||
1ff8696c782e1947f5608e3e980c9e8e88d1e09a
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
6ce5405d940b0a3b44fa931a81231bc3
|
||||
@@ -0,0 +1 @@
|
||||
a4e1233e8e5b3a4591cba068b2ae1616677b5e16
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>easyplugin-parent</artifactId>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<version>1.5.14</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
</properties>
|
||||
|
||||
<artifactId>easyplugin-gui</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>EasyPlugin-GUI</name>
|
||||
<description>轻松插件GUI接口模块,方便快捷的创建箱子GUI界面。</description>
|
||||
<url>https://github.com/CarmJos/EasyPlugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>CarmJos</id>
|
||||
<name>Carm Jos</name>
|
||||
<email>carm@carm.cc</email>
|
||||
<url>https://www.carm.cc</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The MIT License</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub Issues</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>GitHub Actions</system>
|
||||
<url>https://github.com/CarmJos/EasyPlugin/actions/workflows/maven.yml</url>
|
||||
</ciManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.parent.groupId}</groupId>
|
||||
<artifactId>easyplugin-main</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
92f9171d824c1198b54150c900e6f01a
|
||||
@@ -0,0 +1 @@
|
||||
f529dc6a572030820b68c459a474b182e62e5c42
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easyplugin-gui</artifactId>
|
||||
<versioning>
|
||||
<release>1.5.14</release>
|
||||
<versions>
|
||||
<version>1.5.14</version>
|
||||
</versions>
|
||||
<lastUpdated>20250609154843</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user