Download common-business-0.0.10.jar file - Jar c

Jar examples for c:common-business

Description

This module is the common module that must depend all the business modules.

You can download jar file common-business 0.0.10 in this page.

Build File

You can use the following script to add common-business-0.0.10.jar to your project.

<dependency>
   <groupId>net.sf.itcb.common</groupId>
   <artifactId>common-business</artifactId>
   <version>0.0.10</version>
</dependency>
compile group: 'net.sf.itcb.common', name: 'common-business', version: '0.0.10'
libraryDependencies += "net.sf.itcb.common" % "common-business" % "0.0.10"
<dependency org="net.sf.itcb.common" name="common-business" rev="0.0.10"/>
@Grapes(@Grab(group='net.sf.itcb.common', module='common-business', version='0.0.10'))
'net.sf.itcb.common:common-business:jar:0.0.10'

Download

Click the following link to download the jar file.

common-business-0.0.10-javadoc.jar
common-business-0.0.10-sources.jar
common-business-0.0.10.jar
common-business-0.0.10.pom



Related Tutorials