MVN

io.gitlab.chaver : chocotools

Maven & Gradle

Sep 23, 2022

io.gitlab.chaver:chocotools · A set of tools to facilitate constraint programming with Choco solver

<dependency>
    <groupId>io.gitlab.chaver</groupId>
    <artifactId>chocotools</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.chaver : chocotools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of io.gitlab.chaver : chocotools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
chocotools-1.1.2
chocotools-1.1.1
chocotools-1.1.0
1.0.x
chocotools-1.0.7
chocotools-1.0.6
chocotools-1.0.5
chocotools-1.0.4
chocotools-1.0.3
chocotools-1.0.2
chocotools-1.0.1
chocotools-1.0.0

How to add a dependency to Maven

Add the following io.gitlab.chaver : chocotools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.chaver</groupId>
    <artifactId>chocotools</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.chaver : chocotools gradle dependency to your build.gradle file:

implementation 'io.gitlab.chaver:chocotools:1.1.2'

Gradle Kotlin DSL: Add the following io.gitlab.chaver : chocotools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.chaver:chocotools:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.chaver : chocotools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.chaver" % "chocotools" % "1.1.2"