GroupId | GroupIdorg.uma.jmetal |
---|---|
ArtifactId | ArtifactIdjmetal-exec |
Version | Version5.0-Beta-25 |
Type | Typejar |
Filename | Size |
---|---|
jmetal-exec-5.0-Beta-25.pom | |
jmetal-exec-5.0-Beta-25.jar | 56 KB |
jmetal-exec-5.0-Beta-25-sources.jar | 38 KB |
jmetal-exec-5.0-Beta-25-javadoc.jar | 161 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-25</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation 'org.uma.jmetal:jmetal-exec:5.0-Beta-25'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation ("org.uma.jmetal:jmetal-exec:5.0-Beta-25")
'org.uma.jmetal:jmetal-exec:jar:5.0-Beta-25'
<dependency org="org.uma.jmetal" name="jmetal-exec" rev="5.0-Beta-25">
<artifact name="jmetal-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-exec', version='5.0-Beta-25')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-exec" % "5.0-Beta-25"
[org.uma.jmetal/jmetal-exec "5.0-Beta-25"]