| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-validation |
| Version | Version2.1.0-beta.1 |
| Type | Typejar |
| Description |
DescriptionDropwizard Validation Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-validation/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-validation</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-validation/
implementation 'io.dropwizard:dropwizard-validation:2.1.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-validation/
implementation ("io.dropwizard:dropwizard-validation:2.1.0-beta.1")
'io.dropwizard:dropwizard-validation:jar:2.1.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-validation" rev="2.1.0-beta.1">
<artifact name="dropwizard-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-validation', version='2.1.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-validation" % "2.1.0-beta.1"
[io.dropwizard/dropwizard-validation "2.1.0-beta.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-util | jar | 2.1.0-beta.1 |
| com.fasterxml : classmate | jar | 1.5.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| jakarta.validation : jakarta.validation-api | jar | 2.0.2 |
| org.hibernate.validator : hibernate-validator | jar | 6.2.0.Final |
| com.google.guava : guava | jar | 30.1.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish : jakarta.el | jar | 3.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.assertj : assertj-core | jar | 3.19.0 |
| uk.org.lidalia : lidalia-slf4j-ext | jar | 1.0.0 |
| uk.org.lidalia : slf4j-test | jar | 1.2.0 |