License |
License |
---|---|
GroupId | GroupIdorg.jamesframework |
ArtifactId | ArtifactIdjames-core |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionjames-core
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
james-core-1.2.pom | |
james-core-1.2.jar | 141 KB |
james-core-1.2-tests.jar | 252 KB |
james-core-1.2-sources.jar | 207 KB |
james-core-1.2-javadoc.jar | 778 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamesframework/james-core/ -->
<dependency>
<groupId>org.jamesframework</groupId>
<artifactId>james-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamesframework/james-core/
implementation 'org.jamesframework:james-core:1.2'
// https://jarcasting.com/artifacts/org.jamesframework/james-core/
implementation ("org.jamesframework:james-core:1.2")
'org.jamesframework:james-core:jar:1.2'
<dependency org="org.jamesframework" name="james-core" rev="1.2">
<artifact name="james-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamesframework', module='james-core', version='1.2')
)
libraryDependencies += "org.jamesframework" % "james-core" % "1.2"
[org.jamesframework/james-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |