x-remoting
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.x-infra-lab</groupId>
<artifactId>x-remoting</artifactId>
<version>0.0.3-RC2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.x-infra-lab</groupId>
<artifactId>x-remoting</artifactId>
<version>0.0.3-RC2</version>
<name>x-remoting</name>
<description>x-remoting is a network communication framework based on Netty.</description>
<url>https://github.com/x-infra-lab/x-remoting</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>JoeCqupt</name>
<email>joe469391363@gmail.com</email>
<organization>x-infra-lab</organization>
<organizationUrl>https://github.com/x-infra-lab</organizationUrl>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/x-infra-lab/x-remoting.git</connection>
<developerConnection>scm:git:https://github.com/x-infra-lab/x-remoting.git</developerConnection>
<url>https://github.com/x-infra-lab/x-remoting/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.x-infra-lab</groupId>
<artifactId>x-remoting-core</artifactId>
<version>0.0.3-RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.x-infra-lab</groupId>
<artifactId>x-remoting-api</artifactId>
<version>0.0.3-RC2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>