is not current version
Last Version 2.0

org.uma.jmetalsp:jmetalsp-core 1.0


GroupId

GroupId

org.uma.jmetalsp
ArtifactId

ArtifactId

jmetalsp-core
Version

Version

1.0
Type

Type

jar

Download jmetalsp-core 1.0


<!-- https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-core/ -->
<dependency>
    <groupId>org.uma.jmetalsp</groupId>
    <artifactId>jmetalsp-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-core/
implementation 'org.uma.jmetalsp:jmetalsp-core:1.0'
// https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-core/
implementation ("org.uma.jmetalsp:jmetalsp-core:1.0")
'org.uma.jmetalsp:jmetalsp-core:jar:1.0'
<dependency org="org.uma.jmetalsp" name="jmetalsp-core" rev="1.0">
  <artifact name="jmetalsp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetalsp', module='jmetalsp-core', version='1.0')
)
libraryDependencies += "org.uma.jmetalsp" % "jmetalsp-core" % "1.0"
[org.uma.jmetalsp/jmetalsp-core "1.0"]