License |
License |
---|---|
GroupId | GroupIdorg.uma.jmetal |
ArtifactId | ArtifactIdjmetal-algorithm |
Version | Version5.10 |
Type | Typejar |
Description |
Descriptionorg.uma.jmetal:jmetal-algorithm
jMetal algorithms (single- and multi-objective)
|
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-algorithm</artifactId>
<version>5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation 'org.uma.jmetal:jmetal-algorithm:5.10'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-algorithm/
implementation ("org.uma.jmetal:jmetal-algorithm:5.10")
'org.uma.jmetal:jmetal-algorithm:jar:5.10'
<dependency org="org.uma.jmetal" name="jmetal-algorithm" rev="5.10">
<artifact name="jmetal-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-algorithm', version='5.10')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-algorithm" % "5.10"
[org.uma.jmetal/jmetal-algorithm "5.10"]
Group / Artifact | Type | Version |
---|---|---|
org.uma.jmetal : jmetal-core | jar | 5.10 |
org.uma.jmetal : jmetal-problem | jar | 5.10 |
com.fuzzylite : jfuzzylite | jar | 5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-all | jar | 1.10.8 |
org.springframework : spring-test | jar | 4.0.7.RELEASE |