MVN

net.savantly.learning : graphite-dl4j

Maven & Gradle

Feb 26, 2018
4 stars

graphite-dl4j · Perform machine algorithms on graphite query results

<dependency>
    <groupId>net.savantly.learning</groupId>
    <artifactId>graphite-dl4j</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.savantly.learning : graphite-dl4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RELEASE

All Versions

Choose a version of net.savantly.learning : graphite-dl4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
graphite-dl4j-1.0.0-RELEASE

How to add a dependency to Maven

Add the following net.savantly.learning : graphite-dl4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.savantly.learning</groupId>
    <artifactId>graphite-dl4j</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.savantly.learning : graphite-dl4j gradle dependency to your build.gradle file:

implementation 'net.savantly.learning:graphite-dl4j:1.0.0-RELEASE'

Gradle Kotlin DSL: Add the following net.savantly.learning : graphite-dl4j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.savantly.learning:graphite-dl4j:1.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.savantly.learning : graphite-dl4j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.savantly.learning" % "graphite-dl4j" % "1.0.0-RELEASE"

Advertisement