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