Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalanlp |
ArtifactId | ArtifactIdbreeze-macros_2.12 |
Version | Version1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
breeze-macros_2.12-1.0-RC1.pom | |
breeze-macros_2.12-1.0-RC1.jar | 122 KB |
breeze-macros_2.12-1.0-RC1-sources.jar | 7 KB |
breeze-macros_2.12-1.0-RC1-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.12/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze-macros_2.12</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.12/
implementation 'org.scalanlp:breeze-macros_2.12:1.0-RC1'
// https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.12/
implementation ("org.scalanlp:breeze-macros_2.12:1.0-RC1")
'org.scalanlp:breeze-macros_2.12:jar:1.0-RC1'
<dependency org="org.scalanlp" name="breeze-macros_2.12" rev="1.0-RC1">
<artifact name="breeze-macros_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze-macros_2.12', version='1.0-RC1')
)
libraryDependencies += "org.scalanlp" % "breeze-macros_2.12" % "1.0-RC1"
[org.scalanlp/breeze-macros_2.12 "1.0-RC1"]