License |
License |
---|---|
GroupId | GroupIdorg.ytheohar |
ArtifactId | ArtifactIdgroptim |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ytheohar:groptim
A Groovy DSL for Linear Programming
|
Project URL |
Project URL |
Filename | Size |
---|---|
groptim-1.0.pom | |
groptim-1.0.jar | 33 KB |
groptim-1.0-sources.jar | 6 KB |
groptim-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ytheohar/groptim/ -->
<dependency>
<groupId>org.ytheohar</groupId>
<artifactId>groptim</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ytheohar/groptim/
implementation 'org.ytheohar:groptim:1.0'
// https://jarcasting.com/artifacts/org.ytheohar/groptim/
implementation ("org.ytheohar:groptim:1.0")
'org.ytheohar:groptim:jar:1.0'
<dependency org="org.ytheohar" name="groptim" rev="1.0">
<artifact name="groptim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ytheohar', module='groptim', version='1.0')
)
libraryDependencies += "org.ytheohar" % "groptim" % "1.0"
[org.ytheohar/groptim "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.4.3 |
org.apache.commons : commons-math3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |