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