License |
License |
---|---|
GroupId | GroupIdorg.la4j |
ArtifactId | ArtifactIdla4j |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionla4j
A 100% Java sparse and dense matrix library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
la4j-0.6.0.pom | |
la4j-0.6.0.jar | 104 KB |
la4j-0.6.0-sources.jar | 81 KB |
la4j-0.6.0-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.la4j/la4j/ -->
<dependency>
<groupId>org.la4j</groupId>
<artifactId>la4j</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.la4j/la4j/
implementation 'org.la4j:la4j:0.6.0'
// https://jarcasting.com/artifacts/org.la4j/la4j/
implementation ("org.la4j:la4j:0.6.0")
'org.la4j:la4j:jar:0.6.0'
<dependency org="org.la4j" name="la4j" rev="0.6.0">
<artifact name="la4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.la4j', module='la4j', version='0.6.0')
)
libraryDependencies += "org.la4j" % "la4j" % "0.6.0"
[org.la4j/la4j "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |