is not current version
Last Version 5.11

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

Java framework for multi-objective optimization with metaheuristics

GroupId

GroupId

org.uma.jmetal
ArtifactId

ArtifactId

jmetal-core
Version

Version

5.0-Beta-25
Type

Type

jar

Download jmetal-core 5.0-Beta-25


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