Download dropwizard-environment-configuration-1.0.jar file - Jar d

Jar examples for d:dropwizard-environment-configuration

Description

Dropwizard ConfigurationFactory that allows specifying environment variables as values in YAML.

You can download jar file dropwizard-environment-configuration 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dropwizard-environment-configuration-1.0.jar to your project.

<dependency>
   <groupId>de.thomaskrille.dropwizard</groupId>
   <artifactId>dropwizard-environment-configuration</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'de.thomaskrille.dropwizard', name: 'dropwizard-environment-configuration', version: '1.0'
libraryDependencies += "de.thomaskrille.dropwizard" % "dropwizard-environment-configuration" % "1.0"
<dependency org="de.thomaskrille.dropwizard" name="dropwizard-environment-configuration" rev="1.0"/>
@Grapes(@Grab(group='de.thomaskrille.dropwizard', module='dropwizard-environment-configuration', version='1.0'))
'de.thomaskrille.dropwizard:dropwizard-environment-configuration:jar:1.0'

Download

Click the following link to download the jar file.

dropwizard-environment-configuration-1.0-javadoc.jar
dropwizard-environment-configuration-1.0-sources.jar
dropwizard-environment-configuration-1.0.jar
dropwizard-environment-configuration-1.0.pom



Related Tutorials