GroupId | GroupIdai.rapids |
---|---|
ArtifactId | ArtifactIdcudf |
Version | Version0.8-Beta |
Type | Typejar |
Filename | Size |
---|---|
cudf-0.8-Beta.pom | |
cudf-0.8-Beta.jar | 53 MB |
cudf-0.8-Beta-sources.jar | 53 MB |
cudf-0.8-Beta-javadoc.jar | 223 KB |
cudf-0.8-Beta-cuda10.jar | 51 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.rapids/cudf/ -->
<dependency>
<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>0.8-Beta</version>
</dependency>
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation 'ai.rapids:cudf:0.8-Beta'
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation ("ai.rapids:cudf:0.8-Beta")
'ai.rapids:cudf:jar:0.8-Beta'
<dependency org="ai.rapids" name="cudf" rev="0.8-Beta">
<artifact name="cudf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.rapids', module='cudf', version='0.8-Beta')
)
libraryDependencies += "ai.rapids" % "cudf" % "0.8-Beta"
[ai.rapids/cudf "0.8-Beta"]