MVN

org.sat4j : org.sat4j.pom

Maven & Gradle

Oct 31, 2011

SAT4J · The aim of the SAT4J library is to provide an efficient library of SAT solvers in Java. Compared to the OpenSAT project, the SAT4J library targets first users of SAT "black boxes", willing to embed SAT technologies into their application without worrying about the details. Since we use the library for our own research, it is also possible for SAT researchers to use it as a basis for their work.

<dependency>
    <groupId>org.sat4j</groupId>
    <artifactId>org.sat4j.pom</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sat4j : org.sat4j.pom to add to Maven - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.sat4j : org.sat4j.pom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
org.sat4j.pom-2.3.1
org.sat4j.pom-2.3.0
2.2.x
org.sat4j.pom-2.2.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.sat4j</groupId>
    <artifactId>org.sat4j.pom</artifactId>
    <version>2.3.1</version>
</dependency>