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