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