License |
License |
---|---|
Categories |
CategoriesJaCoP Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdjacop |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjacop
Java Constraint Programming solver (fork)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jacop-3.5.0.pom | |
jacop-3.5.0.jar | 889 KB |
jacop-3.5.0-sources.jar | 938 KB |
jacop-3.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/jacop/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>jacop</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/jacop/
implementation 'de.sciss:jacop:3.5.0'
// https://jarcasting.com/artifacts/de.sciss/jacop/
implementation ("de.sciss:jacop:3.5.0")
'de.sciss:jacop:jar:3.5.0'
<dependency org="de.sciss" name="jacop" rev="3.5.0">
<artifact name="jacop" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='jacop', version='3.5.0')
)
libraryDependencies += "de.sciss" % "jacop" % "3.5.0"
[de.sciss/jacop "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |
org.mockito : mockito-all | jar | 1.10.19 |