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

Download JAR files tagged by dialect with all dependencies

Search JAR files by class name

darwin from group one.edee.oss (version 1.1.0)

Library allows easy evolution of the data model for your application. Darwin runs migration SQL scripts in a specific dialect according to clearly defined rules.

Group: one.edee.oss Artifact: darwin
Show all versions Show documentation Show source 
 

0 downloads
Artifact darwin
Group one.edee.oss
Version 1.1.0
Last update 15. December 2023
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Darwin/
License MIT License
Dependencies amount 7
Dependencies lombok, commons-logging, spring-core, spring-beans, spring-context, spring-jdbc, spring-tx,
There are maybe transitive dependencies!

pedal-dialect from group com.eclecticlogic (version 1.5.6)

Pedal-dialect is a collection of dialect (database) and provider (e.g. Hibernate) specific implementations for use with JPA. It enables non-standard SQL data types (arrays, sets, bit-sets) and dialect specific features such as support for the Postgresql Copy command.

Group: com.eclecticlogic Artifact: pedal-dialect
Show all versions Show documentation Show source 
 

0 downloads
Artifact pedal-dialect
Group com.eclecticlogic
Version 1.5.6
Last update 27. June 2019
Organization not specified
URL https://github.com/eclecticlogic/pedal-dialect
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies stringtemplate, commons-codec, javassist,
There are maybe transitive dependencies!

google-cloud-spanner-pgadapter from group com.google.cloud (version 0.36.1)

The PGAdapter server implements the PostgreSQL wire-protocol, but sends all received statements to a Cloud Spanner database instead of a PostgreSQL database. The Cloud Spanner database must have been created to use the PostgreSQL dialect. See https://cloud.google.com/spanner/docs/quickstart-console#postgresql for more information on how to create PostgreSQL dialect databases on Cloud Spanner.

Group: com.google.cloud Artifact: google-cloud-spanner-pgadapter
Show all versions Show documentation Show source 
 

0 downloads
Artifact google-cloud-spanner-pgadapter
Group com.google.cloud
Version 0.36.1
Last update 16. July 2024
Organization not specified
URL Not specified
License Apache-2.0
Dependencies amount 22
Dependencies auto-value-annotations, checker-qual, opentelemetry-api, opentelemetry-sdk, opentelemetry-sdk-metrics, opentelemetry-exporter-otlp, opentelemetry-exporter-logging, opentelemetry-semconv, opentelemetry-sdk-extension-autoconfigure, opentelemetry-sdk-extension-autoconfigure-spi, exporter-trace, exporter-metrics, google-cloud-spanner, postgresql, junixsocket-core, junixsocket-common, json-simple, commons-cli, commons-csv, commons-text, maven-model, bcpkix-jdk18on,
There are maybe transitive dependencies!

thymeleaf-cache-dialect from group ch.mfrey.thymeleaf.extras.cache (version 3.0.1)

A dialect for Thymeleaf that allows you to do partial page caching. Some parts of our webpage will never change during the lifetime of the application or a usersession, but the part should still be dynamic in the beginning. Working with Thymeleaf 3.0.0+ (3.0.0.RELEASE and its dependencies included)

Group: ch.mfrey.thymeleaf.extras.cache Artifact: thymeleaf-cache-dialect
Show all versions Show documentation Show source 
 

0 downloads
Artifact thymeleaf-cache-dialect
Group ch.mfrey.thymeleaf.extras.cache
Version 3.0.1
Last update 25. February 2017
Organization not specified
URL https://github.com/Antibrumm/thymeleaf-extras-cache-dialect
License The Apache Software License, Version 2.0
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!

jadex-rules from group net.sourceforge.jadex (version 2.4)

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: net.sourceforge.jadex Artifact: jadex-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!



Page 20 from 20 (items total 197)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy