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