Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.deeplearning4j |
ArtifactId | ArtifactIdcdh4 |
Version | Version0.4-rc1.2 |
Type | Typejar |
Filename | Size |
---|---|
cdh4-0.4-rc1.2.pom | |
cdh4-0.4-rc1.2.jar | 109 KB |
cdh4-0.4-rc1.2-sources.jar | 65 KB |
cdh4-0.4-rc1.2-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deeplearning4j/cdh4/ -->
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>cdh4</artifactId>
<version>0.4-rc1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/cdh4/
implementation 'org.deeplearning4j:cdh4:0.4-rc1.2'
// https://jarcasting.com/artifacts/org.deeplearning4j/cdh4/
implementation ("org.deeplearning4j:cdh4:0.4-rc1.2")
'org.deeplearning4j:cdh4:jar:0.4-rc1.2'
<dependency org="org.deeplearning4j" name="cdh4" rev="0.4-rc1.2">
<artifact name="cdh4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='cdh4', version='0.4-rc1.2')
)
libraryDependencies += "org.deeplearning4j" % "cdh4" % "0.4-rc1.2"
[org.deeplearning4j/cdh4 "0.4-rc1.2"]