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