All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.ecfront.ezf-rpc-websocket.pom.xml Maven / Gradle / Ivy

<?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>

    <parent>
        <groupId>com.ecfront</groupId>
        <artifactId>ezf-parent</artifactId>
        <version>3.0.0-beta2</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <artifactId>ezf-rpc-websocket</artifactId>
    <name>EZ Framework RPC Websocket</name>
    <description>EZ框架Websocket RPC服务</description>
    <url>https://github.com/gudaoxuri/ez-framework</url>
    <packaging>jar</packaging>
    <version>${ezf-version}</version>

    <scm>
        <connection>scm:git:[email protected]:gudaoxuri/ez-framework.git</connection>
        <developerConnection>scm:git:[email protected]:gudaoxuri/ez-framework.git</developerConnection>
        <url>[email protected]:gudaoxuri/ez-framework.git</url>
    </scm>

    <properties>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.ecfront</groupId>
            <artifactId>ezf-rpc-foundation</artifactId>
            <version>${ezf-version}</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>${logback.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy