All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by first with all dependencies

Search JAR files by class name

org.sat4j.pom from group org.sat4j (version 2.3.1)

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.

Group: org.sat4j Artifact: org.sat4j.pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.sat4j.pom
Group org.sat4j
Version 2.3.1
Last update 31. October 2011
Organization Centre de Recherche en Informatique de Lens (CRIL)
URL http://www.sat4j.org
License Eclipse Public License 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.sat4j.maxsat from group org.sat4j (version 2.3.1)

Group: org.sat4j Artifact: org.sat4j.maxsat
Show all versions Show documentation Show source 
 

7 downloads
Artifact org.sat4j.maxsat
Group org.sat4j
Version 2.3.1
Last update 31. October 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.sat4j.core, org.sat4j.pb, commons-cli,
There are maybe transitive dependencies!

jexample from group net.sf.jexample (version 4.4-378)

JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

Group: net.sf.jexample Artifact: jexample
Show documentation Show source 
 

0 downloads
Artifact jexample
Group net.sf.jexample
Version 4.4-378
Last update 19. July 2011
Organization Software Composition Group
URL http://www.iam.unibe.ch/~scg/Research/JExample
License Common Public License Version 1.0 (CPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

org.sat4j.csp from group org.sat4j (version 2.3.0)

Group: org.sat4j Artifact: org.sat4j.csp
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.sat4j.csp
Group org.sat4j
Version 2.3.0
Last update 30. March 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.sat4j.core, org.sat4j.csp.xmlparser, js,
There are maybe transitive dependencies!

org.sat4j.csp.xmlparser from group org.sat4j (version 2.3.0)

Group: org.sat4j Artifact: org.sat4j.csp.xmlparser
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.sat4j.csp.xmlparser
Group org.sat4j
Version 2.3.0
Last update 30. March 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.sat4j.sat from group org.sat4j (version 2.3.0)

Group: org.sat4j Artifact: org.sat4j.sat
Show all versions Show documentation Show source 
 

2 downloads
Artifact org.sat4j.sat
Group org.sat4j
Version 2.3.0
Last update 30. March 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies org.sat4j.core, org.sat4j.pb, commons-beanutils, commons-cli,
There are maybe transitive dependencies!

repeat-check from group io.github.ciriti (version 0.0.1)

The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.

Group: io.github.ciriti Artifact: repeat-check
Show documentation Show source 
 

0 downloads
Artifact repeat-check
Group io.github.ciriti
Version 0.0.1
Last update 22. March 2024
Organization not specified
URL https://github.com/dryrum/RepeatCheckUntilVerified
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

wicket-core from group org.apache.wicket (version 10.0.0)

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

Group: org.apache.wicket Artifact: wicket-core
Show all versions Show documentation Show source 
 

73 downloads
Artifact wicket-core
Group org.apache.wicket
Version 10.0.0
Last update 08. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies openjson, wicket-request, wicket-util, jdk-serializable-functional, mockito-core,
There are maybe transitive dependencies!

parent from group io.github.ardoco.core (version 1.0.0)

The goal of this project is to connect architecture documentation and models while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation. To do so, we first create trace links and then make use of them and other information to identify inconsistencies. ArDoCo is actively developed by researchers of the Modelling for Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at the KIT.

Group: io.github.ardoco.core Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group io.github.ardoco.core
Version 1.0.0
Last update 08. March 2024
Organization not specified
URL https://github.com/ArDoCo/Core
License MIT License
Dependencies amount 2
Dependencies error_prone_core, slf4j-api,
There are maybe transitive dependencies!

result4j from group com.github.sviperll (version 1.0)

The project provides Result-type similar to Result-type in Rust that allows to return either successfull result or otherwise some kind of error. In Java native way of reporting errors are exceptions, either checked or unchecked, but Result-type provides a way to pass error enformation as a first-class value through the code written in functional style. Routines are provided for interoperability of normal code that uses exception and functional code that uses Result-type, so that exceptions can be catched and propagated as errors in Result-type and then rethrown again later in the control-flow.

Group: com.github.sviperll Artifact: result4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact result4j
Group com.github.sviperll
Version 1.0
Last update 26. January 2024
Organization not specified
URL https://github.com/sviperll/result4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 96 from 107 (items total 1069)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy