Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-testing |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-testing-2.0.4.pom | |
dropwizard-testing-2.0.4.jar | 58 KB |
dropwizard-testing-2.0.4-sources.jar | 28 KB |
dropwizard-testing-2.0.4-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/
implementation 'io.dropwizard:dropwizard-testing:2.0.4'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/
implementation ("io.dropwizard:dropwizard-testing:2.0.4")
'io.dropwizard:dropwizard-testing:jar:2.0.4'
<dependency org="io.dropwizard" name="dropwizard-testing" rev="2.0.4">
<artifact name="dropwizard-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-testing', version='2.0.4')
)
libraryDependencies += "io.dropwizard" % "dropwizard-testing" % "2.0.4"
[io.dropwizard/dropwizard-testing "2.0.4"]