Intel® oneAPI Toolkits Installation Guide for Linux* OS
ID
766279
Date
12/16/2022
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Install with GUI
Install with Command Line
Install Using Package Managers
Install Packages or Components to Different Directories
Configure WSL 2 for GPU Workflows
Install Software for Intel FPGA Development Flows
Install OpenCL™ Offline Compiler (OCLOC)
Use oneAPI Components in a Yocto Project Build
Maven
This page provides general instructions on how to include Intel® oneAPI Data Analytics Library (oneDAL) packages from the Maven repository into your Java project.
To enable oneDAL in your project, specify the following artifacts in your build automation tool:
Group ID: com.intel.dal Version: <version> Artifact ID: dal
where <version> is a valid component version, for example, 2021.2.0.123.
For more information on the Maven dependency mechanism, refer to the Maven documentation.