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

Jar examples for c:common-dao

Description

Common Data Access Object Module

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials