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