is not current version
Last Version 5.11

org.uma.jmetal:jmetal 5.0-Beta-34

Java framework for multi-objective optimization with metaheuristics

GroupId

GroupId

org.uma.jmetal
ArtifactId

ArtifactId

jmetal
Version

Version

5.0-Beta-34
Type

Type

pom

Download jmetal 5.0-Beta-34

Filename Size
jmetal-5.0-Beta-34.pom 9 KB
Browse

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