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