Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ldvsoft.simplex-lp-solver |
ArtifactId | ArtifactIdcommon |
Version | Version0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
common-0.0.0.pom | |
common-0.0.0.jar | 9 KB |
common-0.0.0-sources.jar | 7 KB |
common-0.0.0-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.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"]