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