License |
License |
---|---|
GroupId | GroupIdorg.ow2.sat4j |
ArtifactId | ArtifactIdorg.ow2.sat4j.core |
Last Version | Last Version2.3.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSAT4J 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.ow2.sat4j.core-2.3.6.pom | |
org.ow2.sat4j.core-2.3.6.jar | 329 KB |
org.ow2.sat4j.core-2.3.6-tests.jar | 93 KB |
org.ow2.sat4j.core-2.3.6-sources.jar | 358 KB |
org.ow2.sat4j.core-2.3.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.sat4j/org.ow2.sat4j.core/ -->
<dependency>
<groupId>org.ow2.sat4j</groupId>
<artifactId>org.ow2.sat4j.core</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.sat4j/org.ow2.sat4j.core/
implementation 'org.ow2.sat4j:org.ow2.sat4j.core:2.3.6'
// https://jarcasting.com/artifacts/org.ow2.sat4j/org.ow2.sat4j.core/
implementation ("org.ow2.sat4j:org.ow2.sat4j.core:2.3.6")
'org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6'
<dependency org="org.ow2.sat4j" name="org.ow2.sat4j.core" rev="2.3.6">
<artifact name="org.ow2.sat4j.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.sat4j', module='org.ow2.sat4j.core', version='2.3.6')
)
libraryDependencies += "org.ow2.sat4j" % "org.ow2.sat4j.core" % "2.3.6"
[org.ow2.sat4j/org.ow2.sat4j.core "2.3.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |