GroupId | GroupIdorg.uma.jmetalsp |
---|---|
ArtifactId | ArtifactIdjmetalsp-algorithm |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jmetalsp-algorithm-1.0.pom | |
jmetalsp-algorithm-1.0.jar | 7 KB |
jmetalsp-algorithm-1.0-sources.jar | 5 KB |
jmetalsp-algorithm-1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-algorithm/ -->
<dependency>
<groupId>org.uma.jmetalsp</groupId>
<artifactId>jmetalsp-algorithm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-algorithm/
implementation 'org.uma.jmetalsp:jmetalsp-algorithm:1.0'
// https://jarcasting.com/artifacts/org.uma.jmetalsp/jmetalsp-algorithm/
implementation ("org.uma.jmetalsp:jmetalsp-algorithm:1.0")
'org.uma.jmetalsp:jmetalsp-algorithm:jar:1.0'
<dependency org="org.uma.jmetalsp" name="jmetalsp-algorithm" rev="1.0">
<artifact name="jmetalsp-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetalsp', module='jmetalsp-algorithm', version='1.0')
)
libraryDependencies += "org.uma.jmetalsp" % "jmetalsp-algorithm" % "1.0"
[org.uma.jmetalsp/jmetalsp-algorithm "1.0"]