GroupId | GroupIdorg.uma.jmetal |
---|---|
ArtifactId | ArtifactIdjmetal-algorithm |
Version | Version5.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-algorithm</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation 'org.uma.jmetal:jmetal-algorithm:5.7'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation ("org.uma.jmetal:jmetal-algorithm:5.7")
'org.uma.jmetal:jmetal-algorithm:jar:5.7'
<dependency org="org.uma.jmetal" name="jmetal-algorithm" rev="5.7">
<artifact name="jmetal-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-algorithm', version='5.7')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-algorithm" % "5.7"
[org.uma.jmetal/jmetal-algorithm "5.7"]