You can download atmosphere-jersey-2.2.5.jar in this page.
Open Source
atmosphere-jersey-2.2.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.atmosphere/atmosphere-jersey/pom.properties META-INF/maven/org.atmosphere/atmosphere-jersey/pom.xml META-INF/services/jersey-server-components org.atmosphere.jersey.AtmosphereFilter.class org.atmosphere.jersey.AtmosphereProviders.class org.atmosphere.jersey.AtmosphereResourceConfigurator.class org.atmosphere.jersey.AtmosphereResourceInjector.class org.atmosphere.jersey.BaseInjectableProvider.class org.atmosphere.jersey.Broadcastable.class org.atmosphere.jersey.BroadcasterFactoryInjector.class org.atmosphere.jersey.BroadcasterInjector.class org.atmosphere.jersey.JerseyBroadcaster.class org.atmosphere.jersey.SuspendResponse.class org.atmosphere.jersey.util.JerseyBroadcasterUtil.class org.atmosphere.jersey.util.JerseySimpleBroadcaster.class
atmosphere-jersey-2.2.5.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/maven-v4_0_0.xsd"> <parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.2.5</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-jersey</artifactId> <packaging>bundle</packaging> <version>2.2.5</version> <name>atmosphere-jersey</name> <url>https://github.com/Atmosphere/atmosphere</url> <build> <defaultGoal>install</defaultGoal> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix-version}</version> <extensions>true</extensions> <configuration> <instructions> <Import-Package> javax.servlet*;version="${servlet-version-range}", * </Import-Package> <Export-Package> org.atmosphere.jersey.* </Export-Package> </instructions> </configuration> <executions> <execution> <id>osgi-bundle</id> <phase>package</phase> <goals> <goal>bundle</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty7-version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty.orbit</groupId> <artifactId>javax.servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-annotations</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-server</artifactId> <version>${jersey-version}</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-servlet</artifactId> <version>${jersey-version}</version> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-http</artifactId> <version>${grizzly-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <version>${grizzly-version}</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-comet</artifactId> <version>${grizzly-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-compat</artifactId> <version>${grizzly-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>coyote</artifactId> <version>${tomcat-version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>catalina</artifactId> <version>${tomcat-version}</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>org.apache.tomcat</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-jersey</artifactId> <version>2.2.5</version> </dependency>
If you think the following atmosphere-jersey-2.2.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download atmosphere-jersey-2.2.5.jar file