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

Introduction

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

License

Open Source

Type List

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

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

Pom

cometd-java-websocket-javax-server-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-server</artifactId>
    <name>CometD :: Java :: WebSocket :: JSR 356 Server</name>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Require-Capability>osgi.serviceloader; filter:="(osgi.serviceloader=javax.websocket.server.ServerEndpointConfig$Configurator)";cardinality:=multiple, osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"</Require-Capability>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

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

</project>

POM Entry

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

Download

If you think the following cometd-java-websocket-javax-server-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-server-3.1.0.jar file




PreviousNext

Related