License |
License |
---|---|
GroupId | GroupIdorg.xcsp |
ArtifactId | ArtifactIdxcsp3-tools |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXCSP3 Java Tools
Java Tools for parsing XCSP3 instances, compiling JvCSP3 models, and checking solutions. For more information about XCSP3, follow www.xcsp.org
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xcsp3-tools-2.0.1.pom | |
xcsp3-tools-2.0.1.jar | 616 KB |
xcsp3-tools-2.0.1-sources.jar | 228 KB |
xcsp3-tools-2.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/ -->
<dependency>
<groupId>org.xcsp</groupId>
<artifactId>xcsp3-tools</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/
implementation 'org.xcsp:xcsp3-tools:2.0.1'
// https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/
implementation ("org.xcsp:xcsp3-tools:2.0.1")
'org.xcsp:xcsp3-tools:jar:2.0.1'
<dependency org="org.xcsp" name="xcsp3-tools" rev="2.0.1">
<artifact name="xcsp3-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcsp', module='xcsp3-tools', version='2.0.1')
)
libraryDependencies += "org.xcsp" % "xcsp3-tools" % "2.0.1"
[org.xcsp/xcsp3-tools "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.json : javax.json-api | jar | 1.1.2 |
org.glassfish : javax.json | jar | 1.1.2 |
junit : junit | jar | 4.13.1 |