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