11 Star 34 Fork 12

apexes/wsonrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
<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>
<parent>
<groupId>net.apexes</groupId>
<artifactId>apexes-root</artifactId>
<version>4.0.0</version>
</parent>
<groupId>net.apexes.wsonrpc</groupId>
<artifactId>wsonrpc</artifactId>
<version>3.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>wsonrpc</name>
<description>JSON-RPC over websocket</description>
<url>https://github.com/hedyn/wsonrpc</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>
<developers>
<developer>
<name>hedyn</name>
<email>hedyn@foxmail.com</email>
</developer>
</developers>
<scm>
<url>https://gitee.com/apexes/wsonrpc.git</url>
<connection>scm:git:https://gitee.com/apexes/wsonrpc.git</connection>
<developerConnection>scm:git:git@gitee.com:apexes/wsonrpc.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- slf4j -->
<version.slf4j>1.7.36</version.slf4j>
<!-- jackson -->
<version.jackson>2.14.2</version.jackson>
<!-- gson -->
<version.gson>2.9.1</version.gson>
<!-- javax.websocket -->
<version.javax.websocket>1.1</version.javax.websocket>
<!-- tyrus -->
<version.tyrus>1.15</version.tyrus>
<!-- Java-WebSocket -->
<version.java-websocket>1.5.3</version.java-websocket>
<!-- vert.x -->
<version.vertx>4.4.6</version.vertx>
<!-- springframework -->
<version.springframework>5.3.27</version.springframework>
</properties>
<dependencies>
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<!-- gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${version.gson}</version>
<scope>provided</scope>
</dependency>
<!-- jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<modules>
<module>wsonrpc-core</module>
<module>wsonrpc-client</module>
<module>wsonrpc-server</module>
<module>wsonrpc-server-support</module>
<module>wsonrpc-demo</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/apexes/wsonrpc.git
git@gitee.com:apexes/wsonrpc.git
apexes
wsonrpc
wsonrpc
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385