j

jmetal

Java framework for multi-objective optimization with metaheuristics
http://jmetal.sourceforge.net
The MIT License (MIT)
Antonio J. Nebro
Files download
File Operation
jmetal-5.11.pom download
Apache Maven
<dependency>
  <groupId>org.uma.jmetal</groupId>
  <artifactId>jmetal</artifactId>
  <version>5.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.uma.jmetal:jmetal:5.11'
Gradle Kotlin
implementation("org.uma.jmetal:jmetal:5.11")
Scala SBT
libraryDependencies += "org.uma.jmetal" % "jmetal" % "5.11"
Groovy Grape
@Grapes(
  @Grab(group='org.uma.jmetal', module='jmetal', version='5.11')
)
Apache Ivy
<dependency org="org.uma.jmetal" name="jmetal" rev="5.11" />
Leiningen
[org.uma.jmetal/jmetal "5.11"]
Apache Buildr
'org.uma.jmetal:jmetal:jar:5.11'
Dependencies
The project has no third-party dependencies