is not current version
Last Version 1.2

org.jamesframework:james-core 0.2

The James core module is part of the James framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james-core
Version

Version

0.2
Type

Type

jar

Download james-core 0.2


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