is not current version
Last Version 2.0.1

org.xcsp:xcsp3-tools 1.2.2

Java Tools for parsing XCSP3 instances, compiling MCSP3 models, and checking solutions. For more information about XCSP3, follow www.xcsp.org

GroupId

GroupId

org.xcsp
ArtifactId

ArtifactId

xcsp3-tools
Version

Version

1.2.2
Type

Type

jar

Download xcsp3-tools 1.2.2


<!-- https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/ -->
<dependency>
    <groupId>org.xcsp</groupId>
    <artifactId>xcsp3-tools</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/
implementation 'org.xcsp:xcsp3-tools:1.2.2'
// https://jarcasting.com/artifacts/org.xcsp/xcsp3-tools/
implementation ("org.xcsp:xcsp3-tools:1.2.2")
'org.xcsp:xcsp3-tools:jar:1.2.2'
<dependency org="org.xcsp" name="xcsp3-tools" rev="1.2.2">
  <artifact name="xcsp3-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcsp', module='xcsp3-tools', version='1.2.2')
)
libraryDependencies += "org.xcsp" % "xcsp3-tools" % "1.2.2"
[org.xcsp/xcsp3-tools "1.2.2"]