is not current version
Last Version 2.0.1

org.xcsp:xcsp3-tools 0.9.0

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

0.9.0
Type

Type

jar

Download xcsp3-tools 0.9.0


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