MVN

com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web

Maven & Gradle

Aug 01, 2023
2k stars

Liferay Commerce Machine Learning Forecast Alert Web

<dependency>
    <groupId>com.liferay.commerce</groupId>
    <artifactId>com.liferay.commerce.machine.learning.forecast.alert.web</artifactId>
    <version>5.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.20

All Versions

Choose a version of com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.20
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.19
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.18
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.17
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.16
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.15
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.14
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.13
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.12
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.11
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.10
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.9
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.8
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.7
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.6
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.5
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.4
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.3
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.2
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.1
com.liferay.commerce.machine.learning.forecast.alert.web-5.0.0
4.0.x
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.14
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.13
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.12
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.11
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.10
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.9
com.liferay.commerce.machine.learning.forecast.alert.web-4.0.8
3.0.x
com.liferay.commerce.machine.learning.forecast.alert.web-3.0.4
com.liferay.commerce.machine.learning.forecast.alert.web-3.0.3
com.liferay.commerce.machine.learning.forecast.alert.web-3.0.2
com.liferay.commerce.machine.learning.forecast.alert.web-3.0.1
2.0.x
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.14
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.13
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.12
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.11
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.10
com.liferay.commerce.machine.learning.forecast.alert.web-2.0.0

How to add a dependency to Maven

Add the following com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.commerce</groupId>
    <artifactId>com.liferay.commerce.machine.learning.forecast.alert.web</artifactId>
    <version>5.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web gradle dependency to your build.gradle file:

implementation 'com.liferay.commerce:com.liferay.commerce.machine.learning.forecast.alert.web:5.0.20'

Gradle Kotlin DSL: Add the following com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.commerce:com.liferay.commerce.machine.learning.forecast.alert.web:5.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.commerce : com.liferay.commerce.machine.learning.forecast.alert.web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.commerce" % "com.liferay.commerce.machine.learning.forecast.alert.web" % "5.0.20"

Advertisement