Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
---|---|
GroupId | GroupIdorg.choco-solver |
ArtifactId | ArtifactIdchoco-graph |
Version | Version4.2.1 |
Type | Typejar |
Filename | Size |
---|---|
choco-graph-4.2.1.pom | |
choco-graph-4.2.1.jar | 224 KB |
choco-graph-4.2.1-sources.jar | 193 KB |
choco-graph-4.2.1-javadoc.jar | 711 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.choco-solver/choco-graph/ -->
<dependency>
<groupId>org.choco-solver</groupId>
<artifactId>choco-graph</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.choco-solver/choco-graph/
implementation 'org.choco-solver:choco-graph:4.2.1'
// https://jarcasting.com/artifacts/org.choco-solver/choco-graph/
implementation ("org.choco-solver:choco-graph:4.2.1")
'org.choco-solver:choco-graph:jar:4.2.1'
<dependency org="org.choco-solver" name="choco-graph" rev="4.2.1">
<artifact name="choco-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.choco-solver', module='choco-graph', version='4.2.1')
)
libraryDependencies += "org.choco-solver" % "choco-graph" % "4.2.1"
[org.choco-solver/choco-graph "4.2.1"]