License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.csparsej |
ArtifactId | ArtifactIdcsparsej |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCSparseJ
CSparseJ is a Java port of CSparse: a Concise Sparse matrix package.
|
Project URL |
Project URL |
Filename | Size |
---|---|
csparsej-1.1.1.pom | |
csparsej-1.1.1.jar | 207 KB |
csparsej-1.1.1-tests.jar | 1 MB |
csparsej-1.1.1-sources.jar | 252 KB |
csparsej-1.1.1-javadoc.jar | 790 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.csparsej/csparsej/ -->
<dependency>
<groupId>net.sourceforge.csparsej</groupId>
<artifactId>csparsej</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.csparsej/csparsej/
implementation 'net.sourceforge.csparsej:csparsej:1.1.1'
// https://jarcasting.com/artifacts/net.sourceforge.csparsej/csparsej/
implementation ("net.sourceforge.csparsej:csparsej:1.1.1")
'net.sourceforge.csparsej:csparsej:jar:1.1.1'
<dependency org="net.sourceforge.csparsej" name="csparsej" rev="1.1.1">
<artifact name="csparsej" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.csparsej', module='csparsej', version='1.1.1')
)
libraryDependencies += "net.sourceforge.csparsej" % "csparsej" % "1.1.1"
[net.sourceforge.csparsej/csparsej "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |