is not current version
Last Version 0.0.1

net.ldvsoft.simplex-lp-solver:common 0.0.0

Linear programming solver in Common Kotlin, use on JVM and in browser.

Categories

Categories

Net
GroupId

GroupId

net.ldvsoft.simplex-lp-solver
ArtifactId

ArtifactId

common
Version

Version

0.0.0
Type

Type

jar

Download common 0.0.0


<!-- https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/ -->
<dependency>
    <groupId>net.ldvsoft.simplex-lp-solver</groupId>
    <artifactId>common</artifactId>
    <version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation 'net.ldvsoft.simplex-lp-solver:common:0.0.0'
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation ("net.ldvsoft.simplex-lp-solver:common:0.0.0")
'net.ldvsoft.simplex-lp-solver:common:jar:0.0.0'
<dependency org="net.ldvsoft.simplex-lp-solver" name="common" rev="0.0.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ldvsoft.simplex-lp-solver', module='common', version='0.0.0')
)
libraryDependencies += "net.ldvsoft.simplex-lp-solver" % "common" % "0.0.0"
[net.ldvsoft.simplex-lp-solver/common "0.0.0"]