is not current version
Last Version 0.6

io.federecio:dropwizard-junit 0.5

A JUnit runner to allow testing of Dropwizard applications

Categories

Categories

DropWizard Container Microservices JUnit Unit Testing
GroupId

GroupId

io.federecio
ArtifactId

ArtifactId

dropwizard-junit
Version

Version

0.5
Type

Type

jar

Download dropwizard-junit 0.5


<!-- https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/ -->
<dependency>
    <groupId>io.federecio</groupId>
    <artifactId>dropwizard-junit</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/
implementation 'io.federecio:dropwizard-junit:0.5'
// https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/
implementation ("io.federecio:dropwizard-junit:0.5")
'io.federecio:dropwizard-junit:jar:0.5'
<dependency org="io.federecio" name="dropwizard-junit" rev="0.5">
  <artifact name="dropwizard-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.federecio', module='dropwizard-junit', version='0.5')
)
libraryDependencies += "io.federecio" % "dropwizard-junit" % "0.5"
[io.federecio/dropwizard-junit "0.5"]