| GroupId | GroupIdorg.nd4j | 
|---|---|
| ArtifactId | ArtifactIdnd4j-arrow | 
| Version | Version1.0.0-beta6 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| nd4j-arrow-1.0.0-beta6.pom | |
| nd4j-arrow-1.0.0-beta6.jar | 9 KB | 
| nd4j-arrow-1.0.0-beta6-sources.jar | 6 KB | 
| nd4j-arrow-1.0.0-beta6-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-beta6</version>
</dependency>// https://jarcasting.com/artifacts/org.nd4j/nd4j-arrow/
implementation 'org.nd4j:nd4j-arrow:1.0.0-beta6'// https://jarcasting.com/artifacts/org.nd4j/nd4j-arrow/
implementation ("org.nd4j:nd4j-arrow:1.0.0-beta6")'org.nd4j:nd4j-arrow:jar:1.0.0-beta6'<dependency org="org.nd4j" name="nd4j-arrow" rev="1.0.0-beta6">
  <artifact name="nd4j-arrow" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nd4j', module='nd4j-arrow', version='1.0.0-beta6')
)libraryDependencies += "org.nd4j" % "nd4j-arrow" % "1.0.0-beta6"[org.nd4j/nd4j-arrow "1.0.0-beta6"]