MVN

ai.rapids : cudf

Maven & Gradle

Aug 10, 2023
15 usages
6.9k stars

cudfjni · This project provides java bindings for cudf, to be able to process large amounts of data on a GPU. This is still a work in progress so some APIs may change until the 1.0 release.

<dependency>
    <groupId>ai.rapids</groupId>
    <artifactId>cudf</artifactId>
    <version>23.08.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.rapids : cudf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.08.0
  • Latest Beta: 0.8-Beta

All Versions

Choose a version of ai.rapids : cudf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.08.x
cudf-23.08.0
23.06.x
cudf-23.06.0
23.04.x
cudf-23.04.0
23.02.x
cudf-23.02.0
22.12.x
cudf-22.12.0
22.10.x
cudf-22.10.0
22.08.x
cudf-22.08.0
22.06.x
cudf-22.06.0
22.04.x
cudf-22.04.0
22.02.x
cudf-22.02.0
21.12.x
cudf-21.12.2
cudf-21.12.0
21.10.x
cudf-21.10.0
21.08.x
cudf-21.08.2
21.06.x
cudf-21.06.1
cudf-21.06.0
0.19.x
cudf-0.19.2
cudf-0.19.1
0.18.x
cudf-0.18.2
cudf-0.18.1
0.18
cudf-0.18
0.17
cudf-0.17
0.16
cudf-0.16
0.15
cudf-0.15
0.14
cudf-0.14
0.9.x
cudf-0.9.2
cudf-0.9.1
0.9
cudf-0.9
0.8
cudf-0.8
cudf-0.8-Beta

How to add a dependency to Maven

Add the following ai.rapids : cudf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.rapids</groupId>
    <artifactId>cudf</artifactId>
    <version>23.08.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.rapids : cudf gradle dependency to your build.gradle file:

implementation 'ai.rapids:cudf:23.08.0'

Gradle Kotlin DSL: Add the following ai.rapids : cudf gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.rapids:cudf:23.08.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.rapids : cudf sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.rapids" % "cudf" % "23.08.0"

Advertisement

Dependencies from Group

Aug 10, 2023
15 usages
6.9k stars
Jul 12, 2019
1 usages
Sep 26, 2019
1 usages
Feb 26, 2020
1 usages

Discover Dependencies

Jun 22, 2023
55 usages
871 stars
Aug 22, 2023
28 usages
2.1k stars
Aug 10, 2023
34 usages
3k stars
Apr 20, 2023
850 stars
Oct 24, 2019
1 usages
Oct 24, 2019
2 usages
Jul 04, 2023
1 stars
Jul 26, 2023
952 stars