is not current version
Last Version 22.06.0

ai.rapids:cudf 0.18

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.

GroupId

GroupId

ai.rapids
ArtifactId

ArtifactId

cudf
Version

Version

0.18
Type

Type

jar

Download cudf 0.18


<!-- https://jarcasting.com/artifacts/ai.rapids/cudf/ -->
<dependency>
    <groupId>ai.rapids</groupId>
    <artifactId>cudf</artifactId>
    <version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation 'ai.rapids:cudf:0.18'
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation ("ai.rapids:cudf:0.18")
'ai.rapids:cudf:jar:0.18'
<dependency org="ai.rapids" name="cudf" rev="0.18">
  <artifact name="cudf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.rapids', module='cudf', version='0.18')
)
libraryDependencies += "ai.rapids" % "cudf" % "0.18"
[ai.rapids/cudf "0.18"]