1 Star 0 Fork 23

leemamas/SmartIM

forked from Jamling/SmartIM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
Jamling 提交于 2017-11-03 14:51 . add example
<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>cn.ieclipse.smartim</groupId>
<artifactId>smartim-project</artifactId>
<version>0.0.1</version>
<name>smartim-project</name>
<description>An IM basic api library; SmartQQ and Wechat wrapper library</description>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
</dependencies>
<organization>
<name>ieclipse.cn</name>
<url>http://www.ieclipse.cn</url>
</organization>
<scm>
<url>https://github.com/Jamling/SmartIM</url>
<connection>https://github.com/Jamling/SmartIM.git</connection>
<developerConnection>Jamling</developerConnection>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/Jamling/SmartIM/issues</url>
</issueManagement>
<packaging>pom</packaging>
<modules>
<module>smartqq</module>
<module>wechat</module>
<module>core</module>
<module>example</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/leemamas/SmartIM.git
git@gitee.com:leemamas/SmartIM.git
leemamas
SmartIM
SmartIM
master

搜索帮助