is not current version
Last Version 1.2

org.jamesframework:james 1.1

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

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james
Version

Version

1.1
Type

Type

pom

Download james 1.1

Filename Size
james-1.1.pom 10 KB
Browse

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