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