MVN

de.jungblut.ml : tjungblut-online-ml

Maven & Gradle

May 18, 2016
31 stars

tjungblut-online-machine-learning · This is my online machine learning library.

<dependency>
    <groupId>de.jungblut.ml</groupId>
    <artifactId>tjungblut-online-ml</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jungblut.ml : tjungblut-online-ml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of de.jungblut.ml : tjungblut-online-ml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
tjungblut-online-ml-0.5
0.4
tjungblut-online-ml-0.4
0.2
tjungblut-online-ml-0.2

How to add a dependency to Maven

Add the following de.jungblut.ml : tjungblut-online-ml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jungblut.ml</groupId>
    <artifactId>tjungblut-online-ml</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jungblut.ml : tjungblut-online-ml gradle dependency to your build.gradle file:

implementation 'de.jungblut.ml:tjungblut-online-ml:0.5'

Gradle Kotlin DSL: Add the following de.jungblut.ml : tjungblut-online-ml gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jungblut.ml:tjungblut-online-ml:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jungblut.ml : tjungblut-online-ml sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jungblut.ml" % "tjungblut-online-ml" % "0.5"

Advertisement