Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalanlp |
ArtifactId | ArtifactIdbreeze-process_2.10 |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
breeze-process_2.10-0.2.pom | |
breeze-process_2.10-0.2.jar | 625 KB |
breeze-process_2.10-0.2-sources.jar | 68 KB |
breeze-process_2.10-0.2-javadoc.jar | 955 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze-process_2.10/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze-process_2.10</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze-process_2.10/
implementation 'org.scalanlp:breeze-process_2.10:0.2'
// https://jarcasting.com/artifacts/org.scalanlp/breeze-process_2.10/
implementation ("org.scalanlp:breeze-process_2.10:0.2")
'org.scalanlp:breeze-process_2.10:jar:0.2'
<dependency org="org.scalanlp" name="breeze-process_2.10" rev="0.2">
<artifact name="breeze-process_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze-process_2.10', version='0.2')
)
libraryDependencies += "org.scalanlp" % "breeze-process_2.10" % "0.2"
[org.scalanlp/breeze-process_2.10 "0.2"]