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