License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-testing |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Test Helpers
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/
implementation 'io.dropwizard:dropwizard-testing:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-testing/
implementation ("io.dropwizard:dropwizard-testing:4.0.0-beta.1")
'io.dropwizard:dropwizard-testing:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-testing" rev="4.0.0-beta.1">
<artifact name="dropwizard-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-testing', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-testing" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-testing "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.persistence : jakarta.persistence-api | jar | 3.1.0 |
org.hibernate : hibernate-core-jakarta | jar | 5.6.7.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter Optional | jar | |
jakarta.activation : jakarta.activation-api | jar | 2.1.0 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-junit-jupiter | jar | 4.4.0 |
org.assertj : assertj-core | jar | 3.22.0 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jetty | jar | |
com.h2database : h2 | jar | 2.1.210 |