j

jmetal

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