Download dropwizard-junit-0.6.jar file - Jar d

Jar examples for d:dropwizard-junit

Description

A JUnit runner to allow testing of Dropwizard applications

You can download jar file dropwizard-junit 0.6 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add dropwizard-junit-0.6.jar to your project.

<dependency>
   <groupId>io.federecio</groupId>
   <artifactId>dropwizard-junit</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'io.federecio', name: 'dropwizard-junit', version: '0.6'
libraryDependencies += "io.federecio" % "dropwizard-junit" % "0.6"
<dependency org="io.federecio" name="dropwizard-junit" rev="0.6"/>
@Grapes(@Grab(group='io.federecio', module='dropwizard-junit', version='0.6'))
'io.federecio:dropwizard-junit:jar:0.6'

Download

Click the following link to download the jar file.

dropwizard-junit-0.6-javadoc.jar
dropwizard-junit-0.6-sources.jar
dropwizard-junit-0.6.jar
dropwizard-junit-0.6.pom



Related Tutorials