License |
License |
---|---|
Categories |
CategoriesJava Languages DropWizard Container Microservices Configuration Application Layer Libs config |
GroupId | GroupIdca.mestevens.java |
ArtifactId | ArtifactIdtypesafe-dropwizard-configuration |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTypesafe Dropwizard Configuration
A way to use typesafe config files as dropwizard configuration files
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/ca.mestevens.java/typesafe-dropwizard-configuration/ -->
<dependency>
<groupId>ca.mestevens.java</groupId>
<artifactId>typesafe-dropwizard-configuration</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.mestevens.java/typesafe-dropwizard-configuration/
implementation 'ca.mestevens.java:typesafe-dropwizard-configuration:1.2'
// https://jarcasting.com/artifacts/ca.mestevens.java/typesafe-dropwizard-configuration/
implementation ("ca.mestevens.java:typesafe-dropwizard-configuration:1.2")
'ca.mestevens.java:typesafe-dropwizard-configuration:jar:1.2'
<dependency org="ca.mestevens.java" name="typesafe-dropwizard-configuration" rev="1.2">
<artifact name="typesafe-dropwizard-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.mestevens.java', module='typesafe-dropwizard-configuration', version='1.2')
)
libraryDependencies += "ca.mestevens.java" % "typesafe-dropwizard-configuration" % "1.2"
[ca.mestevens.java/typesafe-dropwizard-configuration "1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
com.google.inject : guice | jar | 4.0 |
io.reactivex : rxjava | jar | 1.0.16 |
ma.glasnost.orika : orika-core | jar | 1.4.6 |
com.typesafe : config | jar | 1.3.0 |
org.apache.commons : commons-io | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
io.dropwizard : dropwizard-testing | jar | |
io.dropwizard : dropwizard-client | jar |