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