Download config-0.3.3.jar file - Jar c

Jar examples for c:config

Description

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to the built in syntaxes, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

You can download jar file config 0.3.3 in this page.

License

GNU General Public License (GPL) version 3.0

Build File

You can use the following script to add config-0.3.3.jar to your project.

<dependency>
   <groupId>com.sun.enterprise</groupId>
   <artifactId>config</artifactId>
   <version>0.3.3</version>
</dependency>
compile group: 'com.sun.enterprise', name: 'config', version: '0.3.3'
libraryDependencies += "com.sun.enterprise" % "config" % "0.3.3"
<dependency org="com.sun.enterprise" name="config" rev="0.3.3"/>
@Grapes(@Grab(group='com.sun.enterprise', module='config', version='0.3.3'))
'com.sun.enterprise:config:jar:0.3.3'

Download

Click the following link to download the jar file.

config-0.3.3-javadoc.jar
config-0.3.3-sources.jar
config-0.3.3.jar
config-0.3.3.pom



Related Tutorials