| GroupId | GroupIdorg.ejml |
|---|---|
| ArtifactId | ArtifactIdejml-dsparse |
| Version | Version0.31 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ejml-dsparse-0.31.pom | |
| ejml-dsparse-0.31.jar | 18 KB |
| ejml-dsparse-0.31-sources.jar | 18 KB |
| ejml-dsparse-0.31-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/ -->
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-dsparse</artifactId>
<version>0.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/
implementation 'org.ejml:ejml-dsparse:0.31'
// https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/
implementation ("org.ejml:ejml-dsparse:0.31")
'org.ejml:ejml-dsparse:jar:0.31'
<dependency org="org.ejml" name="ejml-dsparse" rev="0.31">
<artifact name="ejml-dsparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ejml', module='ejml-dsparse', version='0.31')
)
libraryDependencies += "org.ejml" % "ejml-dsparse" % "0.31"
[org.ejml/ejml-dsparse "0.31"]