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