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