| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices JUnit Unit Testing |
| GroupId | GroupIdio.federecio |
| ArtifactId | ArtifactIddropwizard-junit |
| Version | Version0.6 |
| Type | Typejar |
| Description |
DescriptionDropwizard Junit runner
A JUnit runner to allow testing of Dropwizard applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dropwizard-junit-0.6.pom | |
| dropwizard-junit-0.6.jar | 5 KB |
| dropwizard-junit-0.6-sources.jar | 2 KB |
| dropwizard-junit-0.6-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/ -->
<dependency>
<groupId>io.federecio</groupId>
<artifactId>dropwizard-junit</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/
implementation 'io.federecio:dropwizard-junit:0.6'
// https://jarcasting.com/artifacts/io.federecio/dropwizard-junit/
implementation ("io.federecio:dropwizard-junit:0.6")
'io.federecio:dropwizard-junit:jar:0.6'
<dependency org="io.federecio" name="dropwizard-junit" rev="0.6">
<artifact name="dropwizard-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.federecio', module='dropwizard-junit', version='0.6')
)
libraryDependencies += "io.federecio" % "dropwizard-junit" % "0.6"
[io.federecio/dropwizard-junit "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.jayway.restassured : rest-assured | jar | 1.7.2 |