GroupId | GroupIdorg.ojalgo |
---|---|
ArtifactId | ArtifactIdojalgo-commons-math3 |
Version | Version2.47.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ojalgo/ojalgo-commons-math3/ -->
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo-commons-math3</artifactId>
<version>2.47.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ojalgo/ojalgo-commons-math3/
implementation 'org.ojalgo:ojalgo-commons-math3:2.47.3'
// https://jarcasting.com/artifacts/org.ojalgo/ojalgo-commons-math3/
implementation ("org.ojalgo:ojalgo-commons-math3:2.47.3")
'org.ojalgo:ojalgo-commons-math3:jar:2.47.3'
<dependency org="org.ojalgo" name="ojalgo-commons-math3" rev="2.47.3">
<artifact name="ojalgo-commons-math3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ojalgo', module='ojalgo-commons-math3', version='2.47.3')
)
libraryDependencies += "org.ojalgo" % "ojalgo-commons-math3" % "2.47.3"
[org.ojalgo/ojalgo-commons-math3 "2.47.3"]