| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.scalanlp |
| ArtifactId | ArtifactIdbreeze_3 |
| Version | Version2.0-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| breeze_3-2.0-RC3.pom | |
| breeze_3-2.0-RC3.jar | 10 MB |
| breeze_3-2.0-RC3-sources.jar | 462 KB |
| breeze_3-2.0-RC3-javadoc.jar | 25 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze_3/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_3</artifactId>
<version>2.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze_3/
implementation 'org.scalanlp:breeze_3:2.0-RC3'
// https://jarcasting.com/artifacts/org.scalanlp/breeze_3/
implementation ("org.scalanlp:breeze_3:2.0-RC3")
'org.scalanlp:breeze_3:jar:2.0-RC3'
<dependency org="org.scalanlp" name="breeze_3" rev="2.0-RC3">
<artifact name="breeze_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze_3', version='2.0-RC3')
)
libraryDependencies += "org.scalanlp" % "breeze_3" % "2.0-RC3"
[org.scalanlp/breeze_3 "2.0-RC3"]