1 Star 0 Fork 116

tomdev / chatbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
鬼画符 提交于 2019-04-25 10:27 . update doc
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.xnx3.chatbot</groupId>
<artifactId>chatbot</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>chatbot</name>
<description>weixin develop</description>
<url>https://github.com/xnx3/chatbot</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<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>
</properties>
<developers>
<developer>
<name>leiming guan</name>
<email>mail@xnx3.com</email>
<organization>Sonatype</organization>
<organizationUrl>http://www.guanleiming.com</organizationUrl>
</developer>
</developers>
<dependencies>
<!-- xnx3-util -->
<dependency>
<groupId>com.xnx3.util</groupId>
<artifactId>xnx3-util</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.xnx3.json</groupId>
<artifactId>json</artifactId>
<version>1.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.47</version>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/tomdev/chatbot.git
git@gitee.com:tomdev/chatbot.git
tomdev
chatbot
chatbot
master

搜索帮助