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

Download JAR files tagged by planned with all dependencies

Search JAR files by class name

dirigiste from group io.aleph (version 1.0.0)

centrally planned thread and object pools

Group: io.aleph Artifact: dirigiste
Show all versions Show documentation Show source 
 

0 downloads
Artifact dirigiste
Group io.aleph
Version 1.0.0
Last update 30. August 2021
Organization not specified
URL https://github.com/ztellman/dirigiste
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

html-pipeline from group net.pwall.html (version 0.1)

Simple parser for HTML, using the pipelines library. This is not intended to be a strict parser of HTML5; the main planned use is to help with "screen-scraping" of HTML websites. It may also find use as a tool for testing HTML generation.

Group: net.pwall.html Artifact: html-pipeline
Show documentation Show source 
 

0 downloads
Artifact html-pipeline
Group net.pwall.html
Version 0.1
Last update 01. March 2020
Organization not specified
URL https://github.com/pwall567/html-pipeline
License The MIT License (MIT)
Dependencies amount 3
Dependencies pipelines, htmlutil, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

xmlslurper from group org.xs4j (version 3.0.0)

An attempt to port parsing capabilities offered by Groovy XMLSlurper into the Java world. The following is not planned to be accurate projection, instead the most useful functions will be implemented.

Group: org.xs4j Artifact: xmlslurper
Show documentation Show source 
 

16 downloads
Artifact xmlslurper
Group org.xs4j
Version 3.0.0
Last update 09. January 2017
Organization not specified
URL http://xs4j.org
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

limbus-maven-integration from group com.remondis.limbus (version 3.1.0)

This library provides a service implementation to resolve, download and provide Maven artifacts from remote/local repositories. This library uses Aether and Maven dependencies that are based on Java 8. Because the projects were terminated and Maven developers announced that no compatibility for Java 9 is planned, this service must be deployed on the legacy Java < 9 class path.

Group: com.remondis.limbus Artifact: limbus-maven-integration
Show documentation Show source 
 

0 downloads
Artifact limbus-maven-integration
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies limbus-engine-interfaces, limbus-utils, aether-api, aether-util, aether-impl, aether-connector-basic, aether-transport-file, aether-transport-http, aether-transport-wagon, wagon-ssh, maven-settings-builder, maven-aether-provider, plexus-utils,
There are maybe transitive dependencies!

jdbc-json-extension from group com.consolefire (version 1.4.0)

`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.

Group: com.consolefire Artifact: jdbc-json-extension
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jdbc-json-extension
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization Consolefire
URL https://github.com/Consolefire/jdbc-json-extension
License Apache License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc-json-extension-common from group com.consolefire (version 1.4.0)

Group: com.consolefire Artifact: jdbc-json-extension-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc-json-extension-common
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc-json-extension-core from group com.consolefire (version 1.4.0)

Group: com.consolefire Artifact: jdbc-json-extension-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc-json-extension-core
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jdbc-json-extension-common,
There are maybe transitive dependencies!

clover from group com.cenqua.clover (version 3.3.0)

Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven (1, 2 and 3), Ant, Grails, Eclipse and IntelliJ IDEA as well as with continuous integration servers such as Bamboo, Jenkins or Hudson. ANNOUNCEMENT: since Clover 4.0 (planned mid 2014), this artifact will be renamed to com.atlassian.clover:clover.

Group: com.cenqua.clover Artifact: clover
Show all versions Show documentation Show source 
 

5 downloads
Artifact clover
Group com.cenqua.clover
Version 3.3.0
Last update 31. March 2014
Organization Atlassian Pty Ltd
URL http://atlassian.com/software/clover
License Atlassian End User Agreement
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-rules-base from group org.activecomponents.jadex (version 4.0.267)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules-base
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules-base
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-concurrent, jadex-serialization-xml, antlr-runtime,
There are maybe transitive dependencies!

jadex-rules from group org.activecomponents.jadex (version 3.0.117)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!



Page 1 from 2 (items total 11)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy