is not current version
Last Version 1.2

org.jamesframework:james 0.1

James is an extensive Java framework for optimization using local search metaheuristics.

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james
Version

Version

0.1
Type

Type

pom

Download james 0.1

Filename Size
james-0.1.pom 8 KB
Browse

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