GroupId | GroupIdorg.ojalgo |
---|---|
ArtifactId | ArtifactIdojalgo |
Version | Version47.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ojalgo-47.0.0.pom | |
ojalgo-47.0.0.jar | 1 MB |
ojalgo-47.0.0-tests.jar | 402 KB |
ojalgo-47.0.0-sources.jar | 846 KB |
ojalgo-47.0.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ojalgo/ojalgo/ -->
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
<version>47.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ojalgo/ojalgo/
implementation 'org.ojalgo:ojalgo:47.0.0'
// https://jarcasting.com/artifacts/org.ojalgo/ojalgo/
implementation ("org.ojalgo:ojalgo:47.0.0")
'org.ojalgo:ojalgo:jar:47.0.0'
<dependency org="org.ojalgo" name="ojalgo" rev="47.0.0">
<artifact name="ojalgo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ojalgo', module='ojalgo', version='47.0.0')
)
libraryDependencies += "org.ojalgo" % "ojalgo" % "47.0.0"
[org.ojalgo/ojalgo "47.0.0"]