GroupId | GroupIdorg.nd4j |
---|---|
ArtifactId | ArtifactIdnd4j-arrow |
Version | Version1.0.0-beta |
Type | Typejar |
Filename | Size |
---|---|
nd4j-arrow-1.0.0-beta.pom | |
nd4j-arrow-1.0.0-beta.jar | 8 KB |
nd4j-arrow-1.0.0-beta-sources.jar | 5 KB |
nd4j-arrow-1.0.0-beta-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-arrow/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-arrow</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-arrow/
implementation 'org.nd4j:nd4j-arrow:1.0.0-beta'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-arrow/
implementation ("org.nd4j:nd4j-arrow:1.0.0-beta")
'org.nd4j:nd4j-arrow:jar:1.0.0-beta'
<dependency org="org.nd4j" name="nd4j-arrow" rev="1.0.0-beta">
<artifact name="nd4j-arrow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-arrow', version='1.0.0-beta')
)
libraryDependencies += "org.nd4j" % "nd4j-arrow" % "1.0.0-beta"
[org.nd4j/nd4j-arrow "1.0.0-beta"]