当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 31 Fork 15

code4everything / wetool-plugin
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

欢迎体验我们全新的桌面端效率工具

欢迎体验我们全新的桌面端效率工具RunFlow

https://myrest.top/myflow

WeTool插件支持

这是一个 WeTool 插件支持库,开发极简单,简单几步即可实现插件的快速开发。

插件仓库

本仓库说明

插件开发

开发须知

  • 安装有Java11及以上版本
  • 安装有Lombok工具
  • 安装有Maven、Git开发环境
  • 了解JavaFX图形化技术
  • 安装了SceneBuilder 2.0以上版本

个人Maven仓库

仓库1

<repository>
    <id>ease-maven</id>
    <url>https://gitee.com/code4everything/repository/raw/master/maven</url>
</repository>

仓库2

<repository>
    <id>ease-maven</id>
    <url>https://code4everything.github.io/repository/maven</url>
</repository>

插件基础支持库

<dependency>
    <groupId>org.code4everything</groupId>
    <artifactId>wetool-plugin-support</artifactId>
    <version>1.6.0</version>
</dependency>

插件测试支持库

<dependency>
    <groupId>org.code4everything</groupId>
    <artifactId>wetool-plugin-test</artifactId>
    <version>1.6.0</version>
    <scope>test</scope>
</dependency>

参与贡献

欢迎大家提Issue、Pull Request,参与开发,一起完善本工具,如果觉得项目还不错,请Star哦~

MIT License Copyright (c) 2019 easepan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

欢迎体验我们全新的桌面端效率工具RunFlow,https://myrest.top/myflow 展开 收起
Java 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/code4everything/wetool-plugin.git
git@gitee.com:code4everything/wetool-plugin.git
code4everything
wetool-plugin
wetool-plugin
master

搜索帮助