License |
License |
---|---|
Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdorg.choco-solver |
ArtifactId | ArtifactIdpf4cs |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpf4cs
Problem facade for constraint solvers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pf4cs-1.0.5.pom | |
pf4cs-1.0.5.jar | 5 KB |
pf4cs-1.0.5-sources.jar | 2 KB |
pf4cs-1.0.5-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.choco-solver/pf4cs/ -->
<dependency>
<groupId>org.choco-solver</groupId>
<artifactId>pf4cs</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.choco-solver/pf4cs/
implementation 'org.choco-solver:pf4cs:1.0.5'
// https://jarcasting.com/artifacts/org.choco-solver/pf4cs/
implementation ("org.choco-solver:pf4cs:1.0.5")
'org.choco-solver:pf4cs:jar:1.0.5'
<dependency org="org.choco-solver" name="pf4cs" rev="1.0.5">
<artifact name="pf4cs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.choco-solver', module='pf4cs', version='1.0.5')
)
libraryDependencies += "org.choco-solver" % "pf4cs" % "1.0.5"
[org.choco-solver/pf4cs "1.0.5"]