447 Star 820 Fork 448

commonrpc / commonrpc

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pom.xml 1.16 KB
Copy Edit Raw Blame History
liubing44 authored 2015-04-06 01:48 . liubing44 1.0.3 版本发布
<?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>com.rpc</groupId>
<artifactId>common-rpc</artifactId>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>common-rpc</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.5.6</version>
</dependency>
</dependencies>
<modules>
<module>commonrpc-core</module>
<module>commonrpc-filter</module>
<module>commonrpc-proxy</module>
<module>commonrpc-tcp</module>
<module>commonrpc-http</module>
<module>commonrpc-service</module>
<module>commonrpc-manager</module>
</modules>
</project>
Java
1
https://gitee.com/284520459/commonrpc.git
git@gitee.com:284520459/commonrpc.git
284520459
commonrpc
commonrpc
master

Search