is not current version
Last Version 5.11

org.uma.jmetal:jmetal-core 5.0-Beta-26

Java framework for multi-objective optimization with metaheuristics

GroupId

GroupId

org.uma.jmetal
ArtifactId

ArtifactId

jmetal-core
Version

Version

5.0-Beta-26
Type

Type

jar

Download jmetal-core 5.0-Beta-26


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