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