MVN

com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total

Maven & Gradle

Aug 06, 2020
2k stars

Liferay Commerce Discount Rule Cart Total

<dependency>
    <groupId>com.liferay.commerce</groupId>
    <artifactId>com.liferay.commerce.discount.rule.cart.total</artifactId>
    <version>1.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.27

All Versions

Choose a version of com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.liferay.commerce.discount.rule.cart.total-1.0.27
com.liferay.commerce.discount.rule.cart.total-1.0.26
com.liferay.commerce.discount.rule.cart.total-1.0.25
com.liferay.commerce.discount.rule.cart.total-1.0.24
com.liferay.commerce.discount.rule.cart.total-1.0.23
com.liferay.commerce.discount.rule.cart.total-1.0.22
com.liferay.commerce.discount.rule.cart.total-1.0.21
com.liferay.commerce.discount.rule.cart.total-1.0.20
com.liferay.commerce.discount.rule.cart.total-1.0.19
com.liferay.commerce.discount.rule.cart.total-1.0.18
com.liferay.commerce.discount.rule.cart.total-1.0.17
com.liferay.commerce.discount.rule.cart.total-1.0.16
com.liferay.commerce.discount.rule.cart.total-1.0.15
com.liferay.commerce.discount.rule.cart.total-1.0.14
com.liferay.commerce.discount.rule.cart.total-1.0.13
com.liferay.commerce.discount.rule.cart.total-1.0.12
com.liferay.commerce.discount.rule.cart.total-1.0.11
com.liferay.commerce.discount.rule.cart.total-1.0.10
com.liferay.commerce.discount.rule.cart.total-1.0.9
com.liferay.commerce.discount.rule.cart.total-1.0.8
com.liferay.commerce.discount.rule.cart.total-1.0.7
com.liferay.commerce.discount.rule.cart.total-1.0.6
com.liferay.commerce.discount.rule.cart.total-1.0.5
com.liferay.commerce.discount.rule.cart.total-1.0.4
com.liferay.commerce.discount.rule.cart.total-1.0.3
com.liferay.commerce.discount.rule.cart.total-1.0.2
com.liferay.commerce.discount.rule.cart.total-1.0.1
com.liferay.commerce.discount.rule.cart.total-1.0.0

How to add a dependency to Maven

Add the following com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.commerce</groupId>
    <artifactId>com.liferay.commerce.discount.rule.cart.total</artifactId>
    <version>1.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total gradle dependency to your build.gradle file:

implementation 'com.liferay.commerce:com.liferay.commerce.discount.rule.cart.total:1.0.27'

Gradle Kotlin DSL: Add the following com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.commerce:com.liferay.commerce.discount.rule.cart.total:1.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.commerce : com.liferay.commerce.discount.rule.cart.total sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.commerce" % "com.liferay.commerce.discount.rule.cart.total" % "1.0.27"