is not current version
Last Version 1.2

org.jamesframework:james 0.2

James is a modern Java framework for discrete optimization using local search metaheuristics.

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james
Version

Version

0.2
Type

Type

jar

Download james 0.2

Filename Size
james-0.2.pom 8 KB
james-0.2-tests.jar 3 KB
Browse

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