GroupId | GroupIdorg.uma.jmetal |
---|---|
ArtifactId | ArtifactIdjmetal-exec |
Version | Version5.0-Beta-28 |
Type | Typejar |
Filename | Size |
---|---|
jmetal-exec-5.0-Beta-28.pom | |
jmetal-exec-5.0-Beta-28.jar | 72 KB |
jmetal-exec-5.0-Beta-28-sources.jar | 49 KB |
jmetal-exec-5.0-Beta-28-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/ -->
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-exec</artifactId>
<version>5.0-Beta-28</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation 'org.uma.jmetal:jmetal-exec:5.0-Beta-28'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation ("org.uma.jmetal:jmetal-exec:5.0-Beta-28")
'org.uma.jmetal:jmetal-exec:jar:5.0-Beta-28'
<dependency org="org.uma.jmetal" name="jmetal-exec" rev="5.0-Beta-28">
<artifact name="jmetal-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-exec', version='5.0-Beta-28')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-exec" % "5.0-Beta-28"
[org.uma.jmetal/jmetal-exec "5.0-Beta-28"]