Download dropwizard-jersey-0.9.2.jar file

Introduction

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

License

Apache Open Source

Type List

dropwizard-jersey-0.9.2.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.PATCH.class
io.dropwizard.jersey.caching.CacheControl.class
io.dropwizard.jersey.caching.CacheControlledResponseFeature.class
io.dropwizard.jersey.errors.EarlyEofExceptionMapper.class
io.dropwizard.jersey.errors.ErrorMessage.class
io.dropwizard.jersey.errors.LoggingExceptionMapper.class
io.dropwizard.jersey.filter.AllowedMethodsFilter.class
io.dropwizard.jersey.guava.OptionalMessageBodyWriter.class
io.dropwizard.jersey.guava.OptionalParamBinder.class
io.dropwizard.jersey.guava.OptionalParamConverterProvider.class
io.dropwizard.jersey.guava.OptionalParamFeature.class
io.dropwizard.jersey.gzip.ConfiguredGZipEncoder.class
io.dropwizard.jersey.gzip.GZipDecoder.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.LocalDateParam.class
io.dropwizard.jersey.params.LongParam.class
io.dropwizard.jersey.params.NonEmptyStringParam.class
io.dropwizard.jersey.params.NonEmptyStringParamFeature.class
io.dropwizard.jersey.params.UUIDParam.class
io.dropwizard.jersey.sessions.Flash.class
io.dropwizard.jersey.sessions.FlashFactory.class
io.dropwizard.jersey.sessions.HttpSessionFactory.class
io.dropwizard.jersey.sessions.Session.class
io.dropwizard.jersey.sessions.SessionFactoryProvider.class
io.dropwizard.jersey.setup.JerseyContainerHolder.class
io.dropwizard.jersey.setup.JerseyEnvironment.class
io.dropwizard.jersey.setup.JerseyServletContainer.class
io.dropwizard.jersey.validation.ConstraintMessage.class
io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper.class
io.dropwizard.jersey.validation.HibernateValidationFeature.class
io.dropwizard.jersey.validation.NonEmptyStringParamUnwrapper.class
io.dropwizard.jersey.validation.ParamValidatorUnwrapper.class
io.dropwizard.jersey.validation.ValidationErrorMessage.class
io.dropwizard.jersey.validation.Validators.class

Pom

dropwizard-jersey-0.9.2.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.9.2</version>
    </parent>

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

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>io.dropwizard</groupId>
                <artifactId>dropwizard-bom</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-jackson</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-validation</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-logging</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-server</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.ext</groupId>
            <artifactId>jersey-metainf-services</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.ext</groupId>
            <artifactId>jersey-bean-validation</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-jersey2</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.jaxrs</groupId>
            <artifactId>jackson-jaxrs-json-provider</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.containers</groupId>
            <artifactId>jersey-container-servlet</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.test-framework</groupId>
            <artifactId>jersey-test-framework-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.test-framework.providers</groupId>
            <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-continuation</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

If you think the following dropwizard-jersey-0.9.2.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.9.2.jar file




PreviousNext

Related