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