is not current version
Last Version 1.2

org.jamesframework:james-core 0.1

The James core module is part of the James framework for optimization using local search metaheuristics in Java. The core contains general components to model problems, objectives and constraints, as well as generic algorithms to solve the problems. Moreover, the core provides implementations of specific utilities for subset selection.

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james-core
Version

Version

0.1
Type

Type

jar

Download james-core 0.1


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