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