Download common-dao-4.2.jar file - Jar c

Jar examples for c:common-dao

Description

Common Data Access Object Module

You can download jar file common-dao 4.2 in this page.

Build File

You can use the following script to add common-dao-4.2.jar to your project.

<dependency>
   <groupId>nz.net.osnz.common</groupId>
   <artifactId>common-dao</artifactId>
   <version>4.2</version>
</dependency>
compile group: 'nz.net.osnz.common', name: 'common-dao', version: '4.2'
libraryDependencies += "nz.net.osnz.common" % "common-dao" % "4.2"
<dependency org="nz.net.osnz.common" name="common-dao" rev="4.2"/>
@Grapes(@Grab(group='nz.net.osnz.common', module='common-dao', version='4.2'))
'nz.net.osnz.common:common-dao:jar:4.2'

Download

Click the following link to download the jar file.

common-dao-4.2-javadoc.jar
common-dao-4.2-release-pom.pom
common-dao-4.2-sources.jar
common-dao-4.2.jar
common-dao-4.2.pom



Related Tutorials