216 Star 662 Fork 230

ldh123 / maker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
ldh123 提交于 2019-12-09 18:56 . oauth resource framework
<?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>
<groupId>ldh.maker</groupId>
<artifactId>maker</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<name>maker</name>
<url>http://maven.apache.org</url>
<properties>
<revision>1.0.5</revision>
</properties>
<modules>
<module>core</module>
<module>server</module>
<module>web</module>
<module>android</module>
<module>mobile</module>
<module>desktop</module>
<module>main</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<encoding>utf-8</encoding>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.kordamp.bootstrapfx</groupId>
<artifactId>bootstrapfx-core</artifactId>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>de.jensd</groupId>
<artifactId>fontawesomefx</artifactId>
<version>8.9</version>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/ldh123/maker.git
git@gitee.com:ldh123/maker.git
ldh123
maker
maker
master

搜索帮助