| GroupId | GroupIdorg.uma.jmetal |
|---|---|
| ArtifactId | ArtifactIdjmetal |
| Version | Version5.5.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jmetal-5.5.3.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal</artifactId>
<version>5.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal/
implementation 'org.uma.jmetal:jmetal:5.5.3'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal/
implementation ("org.uma.jmetal:jmetal:5.5.3")
'org.uma.jmetal:jmetal:pom:5.5.3'
<dependency org="org.uma.jmetal" name="jmetal" rev="5.5.3">
<artifact name="jmetal" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal', version='5.5.3')
)
libraryDependencies += "org.uma.jmetal" % "jmetal" % "5.5.3"
[org.uma.jmetal/jmetal "5.5.3"]