is not current version
Last Version 1.0.1

com.github.gwr3n:jsdp 1.0.0

A Java Stochastic Dynamic Programming Library

GroupId

GroupId

com.github.gwr3n
ArtifactId

ArtifactId

jsdp
Version

Version

1.0.0
Type

Type

jar

Download jsdp 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.gwr3n/jsdp/ -->
<dependency>
    <groupId>com.github.gwr3n</groupId>
    <artifactId>jsdp</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwr3n/jsdp/
implementation 'com.github.gwr3n:jsdp:1.0.0'
// https://jarcasting.com/artifacts/com.github.gwr3n/jsdp/
implementation ("com.github.gwr3n:jsdp:1.0.0")
'com.github.gwr3n:jsdp:jar:1.0.0'
<dependency org="com.github.gwr3n" name="jsdp" rev="1.0.0">
  <artifact name="jsdp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwr3n', module='jsdp', version='1.0.0')
)
libraryDependencies += "com.github.gwr3n" % "jsdp" % "1.0.0"
[com.github.gwr3n/jsdp "1.0.0"]