1 Star 0 Fork 15

maomao1x / wetool-plugin

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

WeTool插件支持

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

仓库说明

开发须知

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

Maven

个人Maven仓库

<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.2.0</version>
</dependency>

插件测试支持库

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

插件开发

插件仓库

参与贡献

欢迎提Issue、Pull Request,参与开发,如果觉得项目还不错,欢迎Star哦~

使用插件前请确保已安装wetool.jar

MIT License Copyright (c) 2019 Ease 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.

简介

JavaFX开发的WeTool插件支持库 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助