GroupId | GroupIdorg.unitime |
---|---|
ArtifactId | ArtifactIdcpsolver |
Version | Version1.3.176 |
Type | Typejar |
Filename | Size |
---|---|
cpsolver-1.3.176.pom | |
cpsolver-1.3.176.jar | 1 MB |
cpsolver-1.3.176-sources.jar | 1 MB |
cpsolver-1.3.176-javadoc.jar | 8 MB |
cpsolver-1.3.176-dist.zip | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unitime/cpsolver/ -->
<dependency>
<groupId>org.unitime</groupId>
<artifactId>cpsolver</artifactId>
<version>1.3.176</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation 'org.unitime:cpsolver:1.3.176'
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation ("org.unitime:cpsolver:1.3.176")
'org.unitime:cpsolver:jar:1.3.176'
<dependency org="org.unitime" name="cpsolver" rev="1.3.176">
<artifact name="cpsolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitime', module='cpsolver', version='1.3.176')
)
libraryDependencies += "org.unitime" % "cpsolver" % "1.3.176"
[org.unitime/cpsolver "1.3.176"]