License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.ldvsoft.simplex-lp-solver |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimplex LP solver
Linear programming solver in Common Kotlin, use on JVM and in browser.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-0.0.1.pom | |
common-0.0.1.jar | 9 KB |
common-0.0.1-sources.jar | 7 KB |
common-0.0.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/ -->
<dependency>
<groupId>net.ldvsoft.simplex-lp-solver</groupId>
<artifactId>common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation 'net.ldvsoft.simplex-lp-solver:common:0.0.1'
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation ("net.ldvsoft.simplex-lp-solver:common:0.0.1")
'net.ldvsoft.simplex-lp-solver:common:jar:0.0.1'
<dependency org="net.ldvsoft.simplex-lp-solver" name="common" rev="0.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ldvsoft.simplex-lp-solver', module='common', version='0.0.1')
)
libraryDependencies += "net.ldvsoft.simplex-lp-solver" % "common" % "0.0.1"
[net.ldvsoft.simplex-lp-solver/common "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.2.70 |