Download juneau-config-7.0.0.jar file - Jar j

Jar examples for j:juneau-config

Description

Dynamic configuration files.

You can download jar file juneau-config 7.0.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

juneau-config-7.0.0-sources.jar
juneau-config-7.0.0.jar
juneau-config-7.0.0.pom



Related Tutorials