MVN

org.choco-solver : choco-graph

Maven & Gradle

Mar 05, 2018
1 usages
12 stars

A graph module for Choco Solver · A graph module for Choco Solver.

<dependency>
    <groupId>org.choco-solver</groupId>
    <artifactId>choco-graph</artifactId>
    <version>4.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.choco-solver : choco-graph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.2

All Versions

Choose a version of org.choco-solver : choco-graph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
choco-graph-4.2.2
choco-graph-4.2.1
choco-graph-4.2.0
4.1.x
choco-graph-4.1.1
choco-graph-4.1.0
3.3.x
choco-graph-3.3.0

How to add a dependency to Maven

Add the following org.choco-solver : choco-graph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.choco-solver</groupId>
    <artifactId>choco-graph</artifactId>
    <version>4.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.choco-solver : choco-graph gradle dependency to your build.gradle file:

implementation 'org.choco-solver:choco-graph:4.2.2'

Gradle Kotlin DSL: Add the following org.choco-solver : choco-graph gradle kotlin dependency to your build.gradle.kts file:

implementation("org.choco-solver:choco-graph:4.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.choco-solver : choco-graph sbt scala dependency to your build.sbt file:

libraryDependencies += "org.choco-solver" % "choco-graph" % "4.2.2"

Advertisement

Dependencies from Group

Jun 05, 2023
27 usages
639 stars
Dec 11, 2020
3 usages
638 stars
Jan 20, 2017
3 usages
0 stars
Jun 05, 2023
2 usages
639 stars
Oct 06, 2017
2 usages
3 stars

Discover Dependencies