Download com.sun.jersey.jersey-servlet-1.17.jar file

Introduction

You can download com.sun.jersey.jersey-servlet-1.17.jar in this page.

License

Open Source

Type List

com.sun.jersey.jersey-servlet-1.17.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.opendaylight.controller.thirdparty/com.sun.jersey.jersey-servlet/pom.properties
META-INF/maven/org.opendaylight.controller.thirdparty/com.sun.jersey.jersey-servlet/pom.xml
com.sun.jersey.api.core.servlet.WebAppResourceConfig.class
com.sun.jersey.server.impl.container.servlet.Include.class
com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor.class
com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer.class
com.sun.jersey.server.impl.container.servlet.PerSessionFactory.class
com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper.class
com.sun.jersey.server.impl.container.servlet.ServletAdaptor.class
com.sun.jersey.server.impl.container.servlet.Wrapper.class
com.sun.jersey.spi.container.servlet.PerSession.class
com.sun.jersey.spi.container.servlet.ServletContainer.class
com.sun.jersey.spi.container.servlet.WebComponent.class
com.sun.jersey.spi.container.servlet.WebConfig.class
com.sun.jersey.spi.container.servlet.WebFilterConfig.class
com.sun.jersey.spi.container.servlet.WebServletConfig.class
com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.class
jersey-servlet-1.17.jar

Pom

com.sun.jersey.jersey-servlet-1.17.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">
  <!-- Get some common settings for the project we are using it in -->
  <parent>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>commons.thirdparty</artifactId>
    <version>1.1.0</version>
    <relativePath>../commons/thirdparty</relativePath>
  </parent>
  <scm>
    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
    <tag>releasepom-0.1.0</tag>
  </scm>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.opendaylight.controller.thirdparty</groupId>
  <artifactId>com.sun.jersey.jersey-servlet</artifactId>
  <version>1.17</version>
  <packaging>bundle</packaging>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.3.6</version>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Embed-Dependency>*;scope=!provided;type=!pom;inline=false</Embed-Dependency>
            <Embed-Transitive>false</Embed-Transitive>
            <Export-Package>
              com.sun.jersey.api.core.servlet,
              com.sun.jersey.spi.container.servlet,
              com.sun.jersey.spi.scanning.servlet,
              com.sun.jersey.server.impl.container.servlet
            </Export-Package>
            <Import-Package>
              com.sun.jersey.api.container,
              com.sun.jersey.api.core,
              com.sun.jersey.api.model,
              com.sun.jersey.api.representation,
              com.sun.jersey.api.uri,
              com.sun.jersey.api.view,
              com.sun.jersey.core.header,
              com.sun.jersey.core.reflection,
              com.sun.jersey.core.spi.component,
              com.sun.jersey.core.spi.component.ioc,
              com.sun.jersey.core.spi.scanning,
              com.sun.jersey.core.util,
              com.sun.jersey.server.impl,
              com.sun.jersey.server.impl.application,
              com.sun.jersey.server.impl.inject,
              com.sun.jersey.server.impl.monitoring,
              com.sun.jersey.server.probes,
              com.sun.jersey.server.spi.component,
              com.sun.jersey.spi,
              com.sun.jersey.spi.container,
              com.sun.jersey.spi.dispatch,
              com.sun.jersey.spi.inject,
              com.sun.jersey.spi.service,
              com.sun.jersey.spi.template,
              javax.naming,
              javax.ws.rs,
              javax.ws.rs.core,
              javax.ws.rs.ext,
              *;resolution:=optional
            </Import-Package>
          </instructions>
          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-servlet</artifactId>
      <version>1.17</version>
    </dependency>
    <dependency>
      <groupId>equinoxSDK381</groupId>
      <artifactId>javax.servlet</artifactId>
      <version>3.0.0.v201112011016</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.opendaylight.controller.thirdparty</groupId>
   <artifactId>com.sun.jersey.jersey-servlet</artifactId>
   <version>1.17</version>
</dependency>

Download

If you think the following com.sun.jersey.jersey-servlet-1.17.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download com.sun.jersey.jersey-servlet-1.17.jar file




PreviousNext

Related