MVN

org.sat4j : org.sat4j.core

Maven & Gradle

Oct 31, 2011
16 usages

SAT4J core · The core library contains a flexible implementation in Java of the initial Minisat specification. The library is regularly updated with latest SAT technologies. It is a mature software that target Java developer willing to use SAT capability in their software.

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

Latest Version

Choose a version of org.sat4j : org.sat4j.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.sat4j : org.sat4j.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
org.sat4j.core-2.3.1
org.sat4j.core-2.3.0
2.2.x
org.sat4j.core-2.2.3
2.0.x
org.sat4j.core-2.0.4
org.sat4j.core-2.0.0

How to add a dependency to Maven

Add the following org.sat4j : org.sat4j.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sat4j : org.sat4j.core gradle dependency to your build.gradle file:

implementation 'org.sat4j:org.sat4j.core:2.3.1'

Gradle Kotlin DSL: Add the following org.sat4j : org.sat4j.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sat4j:org.sat4j.core:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sat4j : org.sat4j.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sat4j" % "org.sat4j.core" % "2.3.1"

Advertisement

Dependencies from Group

Oct 31, 2011
16 usages
Oct 31, 2011
5 usages
Oct 31, 2011
1 usages
Mar 30, 2011
1 usages
Mar 30, 2011

Discover Dependencies

Oct 16, 2018
69 usages
114 stars
Jun 05, 2017
46 usages
918 stars
Jan 30, 2019
6 usages
13 stars
May 17, 2019
14 usages
45 stars
Jul 24, 2019
22 usages
10 stars
Jun 06, 2015
21 usages
28 stars
May 30, 2012
5 usages
Jul 24, 2015
33 usages
Aug 16, 2019
19 usages
1 stars
Apr 27, 2018
53 usages
260 stars