MVN

org.nd4j : canova-nd4j-timeseries

Maven & Gradle

Jul 11, 2016

canova-nd4j-timeseries

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>canova-nd4j-timeseries</artifactId>
    <version>0.0.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nd4j : canova-nd4j-timeseries to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0.17

All Versions

Choose a version of org.nd4j : canova-nd4j-timeseries to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
canova-nd4j-timeseries-0.0.0.17
canova-nd4j-timeseries-0.0.0.16
canova-nd4j-timeseries-0.0.0.15
canova-nd4j-timeseries-0.0.0.14
canova-nd4j-timeseries-0.0.0.13
canova-nd4j-timeseries-0.0.0.12
canova-nd4j-timeseries-0.0.0.11
canova-nd4j-timeseries-0.0.0.10
canova-nd4j-timeseries-0.0.0.9
canova-nd4j-timeseries-0.0.0.8
canova-nd4j-timeseries-0.0.0.7
canova-nd4j-timeseries-0.0.0.6
canova-nd4j-timeseries-0.0.0.5
canova-nd4j-timeseries-0.0.0.4
canova-nd4j-timeseries-0.0.0.3
canova-nd4j-timeseries-0.0.0.2
canova-nd4j-timeseries-0.0.0.1

How to add a dependency to Maven

Add the following org.nd4j : canova-nd4j-timeseries maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>canova-nd4j-timeseries</artifactId>
    <version>0.0.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nd4j : canova-nd4j-timeseries gradle dependency to your build.gradle file:

implementation 'org.nd4j:canova-nd4j-timeseries:0.0.0.17'

Gradle Kotlin DSL: Add the following org.nd4j : canova-nd4j-timeseries gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nd4j:canova-nd4j-timeseries:0.0.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nd4j : canova-nd4j-timeseries sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nd4j" % "canova-nd4j-timeseries" % "0.0.0.17"

Advertisement