36 Star 73 Fork 23

lamb / bingo-voice-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.82 KB
一键复制 编辑 原始数据 按行查看 历史
lambo 提交于 2017-07-31 23:05 . 开源第一个版本。跑起来
<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>com.lambo.robot</groupId>
<artifactId>bingo-voice-robot</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>robot-core</module>
<module>robot-runner</module>
<module>los-kits</module>
</modules>
<packaging>pom</packaging>
<name>${artifactId}</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
<frame.version>1.0.0-SNAPSHOT</frame.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.lambo.robot</groupId>
<artifactId>los-kits</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.lambo.robot</groupId>
<artifactId>robot-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javazoom</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-core</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>org.jyaml</groupId>
<artifactId>jyaml</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Java
1
https://gitee.com/zlbroot/bingo-voice-robot.git
git@gitee.com:zlbroot/bingo-voice-robot.git
zlbroot
bingo-voice-robot
bingo-voice-robot
master

搜索帮助