is not current version
Last Version 22.06.0

ai.rapids:cudf 0.9.1

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.9.1
Type

Type

jar

Download cudf 0.9.1


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