MVN

com.intel.daal : daal

Maven & Gradle

Oct 26, 2020
585 stars

Intel(R) Data Analytics Acceleration Library · Boost machine learning and data analytics performance with this easy-to-use library

<dependency>
    <groupId>com.intel.daal</groupId>
    <artifactId>daal</artifactId>
    <version>2020.3.013</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intel.daal : daal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.3.013

All Versions

Choose a version of com.intel.daal : daal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.3.x
daal-2020.3.013
2020.2.x
daal-2020.2.011
2020.1.x
daal-2020.1.009
2020.0.x
daal-2020.0.004
2019.5.x
daal-2019.5.205
2019.4.x
daal-2019.4.202
2019.3.x
daal-2019.3.199
2019.1.x
daal-2019.1.001
2019.0.x
daal-2019.0.001

How to add a dependency to Maven

Add the following com.intel.daal : daal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intel.daal</groupId>
    <artifactId>daal</artifactId>
    <version>2020.3.013</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intel.daal : daal gradle dependency to your build.gradle file:

implementation 'com.intel.daal:daal:2020.3.013'

Gradle Kotlin DSL: Add the following com.intel.daal : daal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intel.daal:daal:2020.3.013")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intel.daal : daal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intel.daal" % "daal" % "2020.3.013"

Advertisement