MVN

org.scalanlp : breeze-parent_2.11

Maven & Gradle

Aug 12, 2019
3.4k stars

breeze-parent · breeze-parent

<dependency>
    <groupId>org.scalanlp</groupId>
    <artifactId>breeze-parent_2.11</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalanlp : breeze-parent_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0-RC4

All Versions

Choose a version of org.scalanlp : breeze-parent_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
breeze-parent_2.11-1.0
breeze-parent_2.11-1.0-RC4
breeze-parent_2.11-1.0-RC2
breeze-parent_2.11-1.0-RC1
0.13.x
breeze-parent_2.11-0.13.2
breeze-parent_2.11-0.13.1
0.13
breeze-parent_2.11-0.13
breeze-parent_2.11-0.13-RC1
breeze-parent_2.11-0.13-d8f39f658cbc49f81c7a4f0c27e048af916262a7
0.12
breeze-parent_2.11-0.12
0.11.x
breeze-parent_2.11-0.11.2
breeze-parent_2.11-0.11.1
0.11
breeze-parent_2.11-0.11
breeze-parent_2.11-0.11-M0
0.10
breeze-parent_2.11-0.10
0.9
breeze-parent_2.11-0.9
0.8.x
breeze-parent_2.11-0.8.1
0.8
breeze-parent_2.11-0.8

How to add a dependency to Maven

Add the following org.scalanlp : breeze-parent_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalanlp</groupId>
    <artifactId>breeze-parent_2.11</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalanlp : breeze-parent_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalanlp:breeze-parent_2.11:1.0'

Gradle Kotlin DSL: Add the following org.scalanlp : breeze-parent_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalanlp:breeze-parent_2.11:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalanlp : breeze-parent_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalanlp" % "breeze-parent_2.11" % "1.0"