License |
License |
---|---|
Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdio.gitlab.chaver |
ArtifactId | ArtifactIdchocotools |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.gitlab.chaver:chocotools
A set of tools to facilitate constraint programming with Choco solver
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chocotools-1.1.0.pom | |
chocotools-1.1.0.jar | 11 KB |
chocotools-1.1.0-sources.jar | 7 KB |
chocotools-1.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.chaver/chocotools/ -->
<dependency>
<groupId>io.gitlab.chaver</groupId>
<artifactId>chocotools</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.chaver/chocotools/
implementation 'io.gitlab.chaver:chocotools:1.1.0'
// https://jarcasting.com/artifacts/io.gitlab.chaver/chocotools/
implementation ("io.gitlab.chaver:chocotools:1.1.0")
'io.gitlab.chaver:chocotools:jar:1.1.0'
<dependency org="io.gitlab.chaver" name="chocotools" rev="1.1.0">
<artifact name="chocotools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.chaver', module='chocotools', version='1.1.0')
)
libraryDependencies += "io.gitlab.chaver" % "chocotools" % "1.1.0"
[io.gitlab.chaver/chocotools "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.choco-solver : choco-solver | jar | 4.10.8 |
com.google.code.gson : gson | jar | 2.9.0 |
info.picocli : picocli | jar | 4.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |