Download configuration-0.53.jar file - Jar c

Jar examples for c:configuration

Description

Library for reading configuration properties from various sources

You can download jar file configuration 0.53 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add configuration-0.53.jar to your project.

<dependency>
   <groupId>com.proofpoint.platform</groupId>
   <artifactId>configuration</artifactId>
   <version>0.53</version>
</dependency>
compile group: 'com.proofpoint.platform', name: 'configuration', version: '0.53'
libraryDependencies += "com.proofpoint.platform" % "configuration" % "0.53"
<dependency org="com.proofpoint.platform" name="configuration" rev="0.53"/>
@Grapes(@Grab(group='com.proofpoint.platform', module='configuration', version='0.53'))
'com.proofpoint.platform:configuration:jar:0.53'

Download

Click the following link to download the jar file.

configuration-0.53-javadoc.jar
configuration-0.53-sources.jar
configuration-0.53.jar
configuration-0.53.pom



Related Tutorials