| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаorg.scalanlp |
| Идентификатор | Идентификаторbreeze-macros_2.10 |
| Версия | Версия0.11.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| breeze-macros_2.10-0.11.1.pom | |
| breeze-macros_2.10-0.11.1.jar | 115 KB |
| breeze-macros_2.10-0.11.1-sources.jar | 5 KB |
| breeze-macros_2.10-0.11.1-javadoc.jar | 371 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.10/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze-macros_2.10</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.10/
implementation 'org.scalanlp:breeze-macros_2.10:0.11.1'
// https://jarcasting.com/artifacts/org.scalanlp/breeze-macros_2.10/
implementation ("org.scalanlp:breeze-macros_2.10:0.11.1")
'org.scalanlp:breeze-macros_2.10:jar:0.11.1'
<dependency org="org.scalanlp" name="breeze-macros_2.10" rev="0.11.1">
<artifact name="breeze-macros_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze-macros_2.10', version='0.11.1')
)
libraryDependencies += "org.scalanlp" % "breeze-macros_2.10" % "0.11.1"
[org.scalanlp/breeze-macros_2.10 "0.11.1"]