License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scalanlp |
ArtifactId | ArtifactIdjblas |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
jblas-1.2.1.pom | |
jblas-1.2.1.jar | 11 MB |
jblas-1.2.1-sources.jar | 11 MB |
jblas-1.2.1-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalanlp/jblas/ -->
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>jblas</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/jblas/
implementation 'org.scalanlp:jblas:1.2.1'
// https://jarcasting.com/artifacts/org.scalanlp/jblas/
implementation ("org.scalanlp:jblas:1.2.1")
'org.scalanlp:jblas:jar:1.2.1'
<dependency org="org.scalanlp" name="jblas" rev="1.2.1">
<artifact name="jblas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='jblas', version='1.2.1')
)
libraryDependencies += "org.scalanlp" % "jblas" % "1.2.1"
[org.scalanlp/jblas "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |