Download dropwizard-jersey-0.7.0.jar file

Introduction

You can download dropwizard-jersey-0.7.0.jar in this page.

License

Apache Open Source

Type List

dropwizard-jersey-0.7.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-jersey/pom.properties
META-INF/maven/io.dropwizard/dropwizard-jersey/pom.xml
io.dropwizard.jersey.DropwizardResourceConfig.class
io.dropwizard.jersey.caching.CacheControl.class
io.dropwizard.jersey.caching.CacheControlledResourceMethodDispatchAdapter.class
io.dropwizard.jersey.errors.ErrorMessage.class
io.dropwizard.jersey.errors.LoggingExceptionMapper.class
io.dropwizard.jersey.guava.OptionalQueryParamInjectableProvider.class
io.dropwizard.jersey.guava.OptionalResourceMethodDispatchAdapter.class
io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.class
io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper.class
io.dropwizard.jersey.params.AbstractParam.class
io.dropwizard.jersey.params.BooleanParam.class
io.dropwizard.jersey.params.DateTimeParam.class
io.dropwizard.jersey.params.IntParam.class
io.dropwizard.jersey.params.LongParam.class
io.dropwizard.jersey.params.UUIDParam.class
io.dropwizard.jersey.sessions.Flash.class
io.dropwizard.jersey.sessions.FlashProvider.class
io.dropwizard.jersey.sessions.HttpSessionProvider.class
io.dropwizard.jersey.sessions.Session.class
io.dropwizard.jersey.setup.JerseyContainerHolder.class
io.dropwizard.jersey.setup.JerseyEnvironment.class
io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper.class
io.dropwizard.jersey.validation.ValidationErrorMessage.class

Pom

dropwizard-jersey-0.7.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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>io.dropwizard</groupId>
        <artifactId>dropwizard-parent</artifactId>
        <version>0.7.0</version>
    </parent>

    <artifactId>dropwizard-jersey</artifactId>
    <name>Dropwizard Jersey Support</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-jackson</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-validation</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-logging</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty.orbit</groupId>
            <artifactId>javax.servlet</artifactId>
            <version>${servlet.version}</version>
        </dependency>
        <dependency>
            <groupId>com.sun.jersey</groupId>
            <artifactId>jersey-core</artifactId>
            <version>${jersey.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.codahale.metrics</groupId>
            <artifactId>metrics-jersey</artifactId>
            <version>${metrics3.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>com.sun.jersey</groupId>
                    <artifactId>jersey-server</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.jaxrs</groupId>
            <artifactId>jackson-jaxrs-json-provider</artifactId>
            <version>${jackson.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>com.fasterxml.jackson.core</groupId>
                    <artifactId>jackson-core</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.fasterxml.jackson.core</groupId>
                    <artifactId>jackson-databind</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.sun.jersey.jersey-test-framework</groupId>
            <artifactId>jersey-test-framework-grizzly2</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-jersey</artifactId>
   <version>0.7.0</version>
</dependency>

Download

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



Download dropwizard-jersey-0.7.0.jar file




PreviousNext

Related