Download common-configuration-3.1.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 3.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials