Download dropwizard-junit-0.5.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.5 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials