MVN

org.deepboof : learning

Maven & Gradle

Jul 09, 2021
1 usages
17 stars

DeepBoof · Trainer Agnostic Deep Learning

<dependency>
    <groupId>org.deepboof</groupId>
    <artifactId>learning</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deepboof : learning to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of org.deepboof : learning to add to Maven or Gradle - All Versions:

  • Version Updated
  • learning-0.5.1

    Jul 08, 2021
  • learning-0.5

    Dec 21, 2020
  • learning-0.4

    Aug 14, 2017
  • learning-0.3

    Dec 07, 2016
  • learning-0.2

    Nov 30, 2016
  • learning-0.1

    Oct 12, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.deepboof</groupId>
    <artifactId>learning</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deepboof : learning gradle dependency to your build.gradle file:

implementation 'org.deepboof:learning:0.5.1'

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

implementation("org.deepboof:learning:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deepboof : learning sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deepboof" % "learning" % "0.5.1"