Download dropwizard-testing-1.0.5.jar file

Introduction

You can download dropwizard-testing-1.0.5.jar in this page.

License

Apache Open Source

Type List

dropwizard-testing-1.0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-testing/pom.properties
META-INF/maven/io.dropwizard/dropwizard-testing/pom.xml
io.dropwizard.testing.ConfigOverride.class
io.dropwizard.testing.DropwizardTestSupport.class
io.dropwizard.testing.FixtureHelpers.class
io.dropwizard.testing.POJOConfigurationFactory.class
io.dropwizard.testing.ResourceHelpers.class
io.dropwizard.testing.junit.DropwizardAppRule.class
io.dropwizard.testing.junit.DropwizardClientRule.class
io.dropwizard.testing.junit.DropwizardTestResourceConfig.class
io.dropwizard.testing.junit.ResourceTestJerseyConfiguration.class
io.dropwizard.testing.junit.ResourceTestRule.class

Pom

dropwizard-testing-1.0.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

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

    <artifactId>dropwizard-testing</artifactId>
    <name>Dropwizard Test Helpers</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-core</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.objenesis</groupId>
            <artifactId>objenesis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.test-framework.providers</groupId>
            <artifactId>jersey-test-framework-provider-inmemory</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.test-framework.providers</groupId>
            <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-testing</artifactId>
   <version>1.0.5</version>
</dependency>

Download

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



Download dropwizard-testing-1.0.5.jar file




PreviousNext

Related