| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.nd4j | 
| ArtifactId | ArtifactIdnd4j-cuda-9.1-platform | 
| Version | Version1.0.0-alpha | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-9.1-platform/ -->
<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-cuda-9.1-platform</artifactId>
    <version>1.0.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-9.1-platform/
implementation 'org.nd4j:nd4j-cuda-9.1-platform:1.0.0-alpha'// https://jarcasting.com/artifacts/org.nd4j/nd4j-cuda-9.1-platform/
implementation ("org.nd4j:nd4j-cuda-9.1-platform:1.0.0-alpha")'org.nd4j:nd4j-cuda-9.1-platform:jar:1.0.0-alpha'<dependency org="org.nd4j" name="nd4j-cuda-9.1-platform" rev="1.0.0-alpha">
  <artifact name="nd4j-cuda-9.1-platform" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nd4j', module='nd4j-cuda-9.1-platform', version='1.0.0-alpha')
)libraryDependencies += "org.nd4j" % "nd4j-cuda-9.1-platform" % "1.0.0-alpha"[org.nd4j/nd4j-cuda-9.1-platform "1.0.0-alpha"]