| License |
License |
|---|---|
| GroupId | GroupIdorg.jamesframework |
| ArtifactId | ArtifactIdjames |
| Version | Version1.2 |
| Type | Typejar |
| Description |
Descriptionjames
JAMES is a modern Java framework for discrete optimization using local search metaheuristics.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| james-1.2.pom | 10 KB |
| james-1.2-tests.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jamesframework/james/ -->
<dependency>
<groupId>org.jamesframework</groupId>
<artifactId>james</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamesframework/james/
implementation 'org.jamesframework:james:1.2'
// https://jarcasting.com/artifacts/org.jamesframework/james/
implementation ("org.jamesframework:james:1.2")
'org.jamesframework:james:jar:1.2'
<dependency org="org.jamesframework" name="james" rev="1.2">
<artifact name="james" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamesframework', module='james', version='1.2')
)
libraryDependencies += "org.jamesframework" % "james" % "1.2"
[org.jamesframework/james "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 |