| License |
License |
|---|---|
| Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
| GroupId | GroupIdorg.choco-solver |
| ArtifactId | ArtifactIdchoco-graph |
| Last Version | Last Version4.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA graph module for Choco Solver
A graph module for Choco Solver.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| choco-graph-4.2.2.pom | |
| choco-graph-4.2.2.jar | 245 KB |
| choco-graph-4.2.2-sources.jar | 1 MB |
| choco-graph-4.2.2-javadoc.jar | 770 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.choco-solver/choco-graph/ -->
<dependency>
<groupId>org.choco-solver</groupId>
<artifactId>choco-graph</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.choco-solver/choco-graph/
implementation 'org.choco-solver:choco-graph:4.2.2'
// https://jarcasting.com/artifacts/org.choco-solver/choco-graph/
implementation ("org.choco-solver:choco-graph:4.2.2")
'org.choco-solver:choco-graph:jar:4.2.2'
<dependency org="org.choco-solver" name="choco-graph" rev="4.2.2">
<artifact name="choco-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.choco-solver', module='choco-graph', version='4.2.2')
)
libraryDependencies += "org.choco-solver" % "choco-graph" % "4.2.2"
[org.choco-solver/choco-graph "4.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.choco-solver : choco-solver | jar | 4.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |