| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.scalanlp |
| ArtifactId | ArtifactIdbreeze_2.11 |
| Version | Version0.13-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| breeze_2.11-0.13-RC1.pom | |
| breeze_2.11-0.13-RC1.jar | 14 MB |
| breeze_2.11-0.13-RC1-sources.jar | 515 KB |
| breeze_2.11-0.13-RC1-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze_2.11/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_2.11</artifactId>
<version>0.13-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze_2.11/
implementation 'org.scalanlp:breeze_2.11:0.13-RC1'
// https://jarcasting.com/artifacts/org.scalanlp/breeze_2.11/
implementation ("org.scalanlp:breeze_2.11:0.13-RC1")
'org.scalanlp:breeze_2.11:jar:0.13-RC1'
<dependency org="org.scalanlp" name="breeze_2.11" rev="0.13-RC1">
<artifact name="breeze_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze_2.11', version='0.13-RC1')
)
libraryDependencies += "org.scalanlp" % "breeze_2.11" % "0.13-RC1"
[org.scalanlp/breeze_2.11 "0.13-RC1"]