MVN

org.deeplearning4j : cdh4

Maven & Gradle

Jan 01, 2016
1 usages

cdh4

<dependency>
    <groupId>org.deeplearning4j</groupId>
    <artifactId>cdh4</artifactId>
    <version>0.0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deeplearning4j : cdh4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3.3
  • Latest Release Candidate: 0.4-rc3.8
  • Latest Alpha: 0.0.3.3.4.alpha2

All Versions

Choose a version of org.deeplearning4j : cdh4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
cdh4-0.4-rc3.8
cdh4-0.4-rc3.7
cdh4-0.4-rc3.6
cdh4-0.4-rc3.4
cdh4-0.4-rc3.3
cdh4-0.4-rc3.2
cdh4-0.4-rc3.1
cdh4-0.4-rc3
cdh4-0.4-rc2.2
cdh4-0.4-rc1.2
cdh4-0.4-rc1
cdh4-0.4-rc0
0.0.x
cdh4-0.0.3.3.4.alpha2
cdh4-0.0.3.3.3.alpha1
cdh4-0.0.3.3.2.alpha1
cdh4-0.0.3.3.1.alpha1
cdh4-0.0.3.3

How to add a dependency to Maven

Add the following org.deeplearning4j : cdh4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.deeplearning4j</groupId>
    <artifactId>cdh4</artifactId>
    <version>0.0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deeplearning4j : cdh4 gradle dependency to your build.gradle file:

implementation 'org.deeplearning4j:cdh4:0.0.3.3'

Gradle Kotlin DSL: Add the following org.deeplearning4j : cdh4 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.deeplearning4j:cdh4:0.0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deeplearning4j : cdh4 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deeplearning4j" % "cdh4" % "0.0.3.3"

Advertisement