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