License |
License |
---|---|
Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.deeplearning4j |
ArtifactId | ArtifactIdjumpy |
Last Version | Last Version1.0.0-beta7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjumpy
Deeplearning4j Monorepo
|
Filename | Size |
---|---|
jumpy-1.0.0-beta7.pom | |
jumpy-1.0.0-beta7.jar | 236 MB |
jumpy-1.0.0-beta7-sources.jar | 2 KB |
jumpy-1.0.0-beta7-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deeplearning4j/jumpy/ -->
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>jumpy</artifactId>
<version>1.0.0-beta7</version>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/jumpy/
implementation 'org.deeplearning4j:jumpy:1.0.0-beta7'
// https://jarcasting.com/artifacts/org.deeplearning4j/jumpy/
implementation ("org.deeplearning4j:jumpy:1.0.0-beta7")
'org.deeplearning4j:jumpy:jar:1.0.0-beta7'
<dependency org="org.deeplearning4j" name="jumpy" rev="1.0.0-beta7">
<artifact name="jumpy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='jumpy', version='1.0.0-beta7')
)
libraryDependencies += "org.deeplearning4j" % "jumpy" % "1.0.0-beta7"
[org.deeplearning4j/jumpy "1.0.0-beta7"]