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