Download cfg4j-core-4.0.2.jar file - Jar c

Jar examples for c:cfg4j-core

Description

Configuration library for Java distributed apps.

You can download jar file cfg4j-core 4.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add cfg4j-core-4.0.2.jar to your project.

<dependency>
   <groupId>org.cfg4j</groupId>
   <artifactId>cfg4j-core</artifactId>
   <version>4.0.2</version>
</dependency>
compile group: 'org.cfg4j', name: 'cfg4j-core', version: '4.0.2'
libraryDependencies += "org.cfg4j" % "cfg4j-core" % "4.0.2"
<dependency org="org.cfg4j" name="cfg4j-core" rev="4.0.2"/>
@Grapes(@Grab(group='org.cfg4j', module='cfg4j-core', version='4.0.2'))
'org.cfg4j:cfg4j-core:jar:4.0.2'

Download

Click the following link to download the jar file.

cfg4j-core-4.0.2-javadoc.jar
cfg4j-core-4.0.2-sources.jar
cfg4j-core-4.0.2.jar
cfg4j-core-4.0.2.pom



Related Tutorials