Download enunciate-jersey-rt-1.28.jar file

Introduction

You can download enunciate-jersey-rt-1.28.jar in this page.

License

Open Source

Type List

enunciate-jersey-rt-1.28.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.enunciate/enunciate-jersey-rt/pom.properties
META-INF/maven/org.codehaus.enunciate/enunciate-jersey-rt/pom.xml
org.codehaus.enunciate.modules.jersey.AdvisedResourceFactory.class
org.codehaus.enunciate.modules.jersey.DelegatingJAXBContext.class
org.codehaus.enunciate.modules.jersey.EnunciateJAXBContextResolver.class
org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer.class
org.codehaus.enunciate.modules.jersey.EnunciateSpringComponentProviderFactory.class
org.codehaus.enunciate.modules.jersey.ExternallyManagedLifecycle.class
org.codehaus.enunciate.modules.jersey.JerseyAdaptedHttpServletRequest.class
org.codehaus.enunciate.modules.jersey.JerseyAdaptedHttpServletResponse.class
org.codehaus.enunciate.modules.jersey.PrefixMapper.class
org.codehaus.enunciate.modules.jersey.SpringManagedLifecycle.class
org.codehaus.enunciate.modules.jersey.response.HasStatusMessage.class
org.codehaus.enunciate.modules.jersey.response.StatusMessageResponse.class

Pom

enunciate-jersey-rt-1.28.pom file content.

<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">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-parent</artifactId>
    <version>1.28</version>
  </parent>

  <artifactId>enunciate-jersey-rt</artifactId>
  <name>Enunciate - Jersey Runtime</name>
  <description>The Enunciate Jersey runtime contains the libraries to support a Jersey-based REST project.</description>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-core-rt</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>

      <!-- use cglib if your resource methods are -->
      <!-- not all defined by interfaces. -->
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-jaxrs</artifactId>
    </dependency>

    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-xc</artifactId>
    </dependency>

    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-server</artifactId>
    </dependency>

    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-servlet</artifactId>
      <version>${jersey.version}</version>
    </dependency>

    <dependency>
      <groupId>javax.mail</groupId>
      <artifactId>mail</artifactId>
    </dependency>

    <!--
        we explicitly depend on jaxb-impl (even for JDK6) in order to implement
        the namespace prefix mapper, which doesn't work with the JDK 6 implementation.
    -->
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>

      <scope>provided</scope>
    </dependency>

    <!--spring dependency (optional)-->
    <dependency>
      <groupId>com.sun.jersey.contribs</groupId>
      <artifactId>jersey-spring</artifactId>
      <version>${jersey.version}</version>

      <optional>true</optional>
    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.codehaus.enunciate</groupId>
   <artifactId>enunciate-jersey-rt</artifactId>
   <version>1.28</version>
</dependency>

Download

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



Download enunciate-jersey-rt-1.28.jar file




PreviousNext

Related