Download common-configuration-2.6.jar file - Jar c

Jar examples for c:common-configuration

Description

Provides Spring config and ServerConfig necessary to support configuration

You can download jar file common-configuration 2.6 in this page.

Build File

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

<dependency>
   <groupId>nz.ac.auckland.common</groupId>
   <artifactId>common-configuration</artifactId>
   <version>2.6</version>
</dependency>
compile group: 'nz.ac.auckland.common', name: 'common-configuration', version: '2.6'
libraryDependencies += "nz.ac.auckland.common" % "common-configuration" % "2.6"
<dependency org="nz.ac.auckland.common" name="common-configuration" rev="2.6"/>
@Grapes(@Grab(group='nz.ac.auckland.common', module='common-configuration', version='2.6'))
'nz.ac.auckland.common:common-configuration:jar:2.6'

Download

Click the following link to download the jar file.

common-configuration-2.6-javadoc.jar
common-configuration-2.6-release-pom.pom
common-configuration-2.6-sources.jar
common-configuration-2.6.jar
common-configuration-2.6.pom



Related Tutorials