Download cometd-java-websocket-javax-client-3.1.0.jar file

Introduction

You can download cometd-java-websocket-javax-client-3.1.0.jar in this page.

License

Open Source

Type List

cometd-java-websocket-javax-client-3.1.0.jar file has the following types.

META-INF.maven.org.cometd.java.cometd-java-websocket-javax-client.pom.properties
META-INF.maven.org.cometd.java.cometd-java-websocket-javax-client.pom.xml
META-INF/MANIFEST.MF
org.cometd.websocket.client.WebSocketTransport.class

Pom

cometd-java-websocket-javax-client-3.1.0.pom file content.

<?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">
    <parent>
        <groupId>org.cometd.java</groupId>
        <artifactId>cometd-java-websocket</artifactId>
        <version>3.1.0</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>cometd-java-websocket-javax-client</artifactId>
    <name>CometD :: Java :: WebSocket :: JSR 356 Client</name>

    <dependencies>
        <dependency>
            <groupId>org.cometd.java</groupId>
            <artifactId>cometd-java-websocket-common-client</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.websocket</groupId>
            <artifactId>javax.websocket-client-api</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.cometd.java</groupId>
   <artifactId>cometd-java-websocket-javax-client</artifactId>
   <version>3.1.0</version>
</dependency>

Download

If you think the following cometd-java-websocket-javax-client-3.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cometd-java-websocket-javax-client-3.1.0.jar file




PreviousNext

Related