License |
License |
---|---|
GroupId | GroupIdorg.uma.jmetal |
ArtifactId | ArtifactIdjmetal-core |
Version | Version5.10 |
Type | Typejar |
Description |
Descriptionorg.uma.jmetal:jmetal-core
jMetal core classes (Algorithm, Solution, Problem, Operator, QualityIndicator) and basic utils
|
Filename | Size |
---|---|
jmetal-core-5.10.pom | |
jmetal-core-5.10.jar | 2 MB |
jmetal-core-5.10-sources.jar | 2 MB |
jmetal-core-5.10-javadoc.jar | 2 MB |
jmetal-core-5.10-jar-with-dependencies.jar | 29 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-core/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-core</artifactId>
<version>5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-core/
implementation 'org.uma.jmetal:jmetal-core:5.10'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-core/
implementation ("org.uma.jmetal:jmetal-core:5.10")
'org.uma.jmetal:jmetal-core:jar:5.10'
<dependency org="org.uma.jmetal" name="jmetal-core" rev="5.10">
<artifact name="jmetal-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-core', version='5.10')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-core" % "5.10"
[org.uma.jmetal/jmetal-core "5.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.reporting : maven-reporting-api | jar | 3.0 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
commons-io : commons-io | jar | 2.4 |
org.hamcrest : hamcrest | jar | 2.2 |
org.knowm.xchart : xchart | jar | 3.2.2 |
nz.ac.waikato.cms.weka : weka-stable | jar | 3.8.1 |
com.github.mbuzdalov : non-dominated-sorting-implementations | jar | 0.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.mockito : mockito-core | jar | 3.2.0 |
org.springframework : spring-test | jar | 4.0.7.RELEASE |