MVN

org.broadleafcommerce : integration

Maven & Gradle

Mar 11, 2016
7 usages

BroadleafCommerce Integration · BroadleafCommerce Integration

<dependency>
    <groupId>org.broadleafcommerce</groupId>
    <artifactId>integration</artifactId>
    <version>3.1.15-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.broadleafcommerce : integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.15-GA

All Versions

Choose a version of org.broadleafcommerce : integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
integration-3.1.15-GA
integration-3.1.14-GA
integration-3.1.13-GA
integration-3.1.12-GA
integration-3.1.11-GA
integration-3.1.10-GA
integration-3.1.9-GA
integration-3.1.8-GA
integration-3.1.7-GA
integration-3.1.6-GA
integration-3.1.5-GA
integration-3.1.4-GA
integration-3.1.3-GA
integration-3.1.2-GA
integration-3.1.1-GA
integration-3.1.0-GA
3.0.x
integration-3.0.16-GA
integration-3.0.15-GA
integration-3.0.14-GA
integration-3.0.13-GA
integration-3.0.12-GA
integration-3.0.11-GA
integration-3.0.10-GA
integration-3.0.9-GA
integration-3.0.8-GA
integration-3.0.7-GA
integration-3.0.6-GA
integration-3.0.5-GA
integration-3.0.4-GA
integration-3.0.3-GA
integration-3.0.2-GA
integration-3.0.1-GA
integration-3.0.0-GA
2.4.x
integration-2.4.2-GA
integration-2.4.1-GA
integration-2.4.0-GA
2.3.x
integration-2.3.0-GA
2.2.x
integration-2.2.0-GA
2.1.x
integration-2.1.2-GA
integration-2.1.1-GA
integration-2.1.0-GA
2.0.x
integration-2.0.7-GA
integration-2.0.6-GA
integration-2.0.5-GA
integration-2.0.4-GA
integration-2.0.3-GA
integration-2.0.2-GA
integration-2.0.1-GA
integration-2.0.0-GA
1.6.x
integration-1.6.2-GA
integration-1.6.1-GA
integration-1.6.0-GA
1.5.x
integration-1.5.5-GA
integration-1.5.4-GA
integration-1.5.3-GA
integration-1.5.2-GA
integration-1.5.1-GA
integration-1.5.0-GA

How to add a dependency to Maven

Add the following org.broadleafcommerce : integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.broadleafcommerce</groupId>
    <artifactId>integration</artifactId>
    <version>3.1.15-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.broadleafcommerce : integration gradle dependency to your build.gradle file:

implementation 'org.broadleafcommerce:integration:3.1.15-GA'

Gradle Kotlin DSL: Add the following org.broadleafcommerce : integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.broadleafcommerce:integration:3.1.15-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.broadleafcommerce : integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.broadleafcommerce" % "integration" % "3.1.15-GA"