You can download cometd-java-websocket-jetty-client-3.1.0.jar in this page.
Open Source
cometd-java-websocket-jetty-client-3.1.0.jar file has the following types.
META-INF.maven.org.cometd.java.cometd-java-websocket-jetty-client.pom.properties META-INF.maven.org.cometd.java.cometd-java-websocket-jetty-client.pom.xml META-INF/MANIFEST.MF org.cometd.websocket.client.JettyWebSocketTransport.class
cometd-java-websocket-jetty-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-jetty-client</artifactId> <name>CometD :: Java :: WebSocket :: Jetty Client</name> <dependencies> <dependency> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-websocket-common-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-api</artifactId> <version>${jetty-version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-client</artifactId> <version>${jetty-version}</version> <classifier>hybrid</classifier> <exclusions> <exclusion> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-common</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-websocket-jetty-client</artifactId> <version>3.1.0</version> </dependency>
If you think the following cometd-java-websocket-jetty-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-jetty-client-3.1.0.jar file