GroupId | GroupIdorg.uma.jmetal |
---|---|
ArtifactId | ArtifactIdjmetal-algorithm |
Version | Version5.4 |
Type | Typejar |
Filename | Size |
---|---|
jmetal-algorithm-5.4.pom | |
jmetal-algorithm-5.4.jar | 2 MB |
jmetal-algorithm-5.4-sources.jar | 2 MB |
jmetal-algorithm-5.4-javadoc.jar | 910 KB |
jmetal-algorithm-5.4-jar-with-dependencies.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-algorithm</artifactId>
<version>5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation 'org.uma.jmetal:jmetal-algorithm:5.4'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation ("org.uma.jmetal:jmetal-algorithm:5.4")
'org.uma.jmetal:jmetal-algorithm:jar:5.4'
<dependency org="org.uma.jmetal" name="jmetal-algorithm" rev="5.4">
<artifact name="jmetal-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-algorithm', version='5.4')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-algorithm" % "5.4"
[org.uma.jmetal/jmetal-algorithm "5.4"]