MVN

net.sf.itcb.common : itcb-common-business-impl

Maven & Gradle

Sep 25, 2013
1 usages

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

<dependency>
    <groupId>net.sf.itcb.common</groupId>
    <artifactId>itcb-common-business-impl</artifactId>
    <version>0.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.itcb.common : itcb-common-business-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3
  • Latest Release Candidate: 0.6.0-RC14

All Versions

Choose a version of net.sf.itcb.common : itcb-common-business-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
itcb-common-business-impl-0.7.3
itcb-common-business-impl-0.7.1
itcb-common-business-impl-0.7.0
0.6.x
itcb-common-business-impl-0.6.3
itcb-common-business-impl-0.6.1
itcb-common-business-impl-0.6.0
itcb-common-business-impl-0.6.0-RC14
itcb-common-business-impl-0.6.0-RC13
itcb-common-business-impl-0.6.0-RC12
itcb-common-business-impl-0.6.0-RC11
itcb-common-business-impl-0.6.0-RC10
itcb-common-business-impl-0.6.0-RC9
itcb-common-business-impl-0.6.0-RC8
itcb-common-business-impl-0.6.0-RC7
itcb-common-business-impl-0.6.0-RC2
itcb-common-business-impl-0.6.0-RC1
0.5.x
itcb-common-business-impl-0.5.0
0.4.x
itcb-common-business-impl-0.4.7
itcb-common-business-impl-0.4.6
itcb-common-business-impl-0.4.5
itcb-common-business-impl-0.4.4
itcb-common-business-impl-0.4.3
itcb-common-business-impl-0.4.1
itcb-common-business-impl-0.4.0
0.3.x
itcb-common-business-impl-0.3.3
itcb-common-business-impl-0.3.2
itcb-common-business-impl-0.3.1
itcb-common-business-impl-0.3.0
0.2.x
itcb-common-business-impl-0.2.2
itcb-common-business-impl-0.2.1
itcb-common-business-impl-0.2.0
0.1.x
itcb-common-business-impl-0.1.3
itcb-common-business-impl-0.1.2
itcb-common-business-impl-0.1.1
itcb-common-business-impl-0.1.0

How to add a dependency to Maven

Add the following net.sf.itcb.common : itcb-common-business-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.itcb.common</groupId>
    <artifactId>itcb-common-business-impl</artifactId>
    <version>0.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.itcb.common : itcb-common-business-impl gradle dependency to your build.gradle file:

implementation 'net.sf.itcb.common:itcb-common-business-impl:0.7.3'

Gradle Kotlin DSL: Add the following net.sf.itcb.common : itcb-common-business-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.itcb.common:itcb-common-business-impl:0.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.itcb.common : itcb-common-business-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.itcb.common" % "itcb-common-business-impl" % "0.7.3"

Advertisement