License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Configuration Application Layer Libs config |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-configuration |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Configuration Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-configuration/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-configuration</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-configuration/
implementation 'io.dropwizard:dropwizard-configuration:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-configuration/
implementation ("io.dropwizard:dropwizard-configuration:4.0.0-beta.1")
'io.dropwizard:dropwizard-configuration:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-configuration" rev="4.0.0-beta.1">
<artifact name="dropwizard-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-configuration', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-configuration" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-configuration "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jackson | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-validation | jar | 4.0.0-beta.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
jakarta.validation : jakarta.validation-api | jar | 3.0.1 |
com.github.ben-manes.caffeine : caffeine | jar | 3.0.6 |
org.apache.commons : commons-text | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha14 |