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

Download JAR files tagged by hardcoded with all dependencies

Search JAR files by class name

drools-wiring-static from group org.drools (version 9.44.0.Final)

This module implements the wiring API in a static hardcoded way, that is native compilation friendly.

Group: org.drools Artifact: drools-wiring-static
Show all versions Show source 
 

0 downloads
Artifact drools-wiring-static
Group org.drools
Version 9.44.0.Final
Last update 05. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies drools-wiring-api, kie-api, kie-internal,
There are maybe transitive dependencies!

druid-encrypting-password-provider from group bi.deep (version 29.0.0)

Password provider extension for Apache Druid that encrypts runtime configuration passwords using AES algorithm with a hardcoded encryption key.

Group: bi.deep Artifact: druid-encrypting-password-provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact druid-encrypting-password-provider
Group bi.deep
Version 29.0.0
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kogito-drools-wiring-static from group org.kie.kogito (version 1.16.1.Final)

This module implements the wiring API in a static hardcoded way, that is native compilation friendly, also adding kogito specific services.

Group: org.kie.kogito Artifact: kogito-drools-wiring-static
Show all versions Show source 
 

0 downloads
Artifact kogito-drools-wiring-static
Group org.kie.kogito
Version 1.16.1.Final
Last update 31. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies drools-wiring-api, drools-wiring-static, kogito-api,
There are maybe transitive dependencies!

sql-builder-utility from group io.github.colindj1120 (version 0.1.0)

A utility project to allows you to build sql strings to avoid common typos when hardcoded to a string. It is currently geared towards apache derby syntax. However future releases plan to include other SQL DBMS

Group: io.github.colindj1120 Artifact: sql-builder-utility
Show documentation Show source 
 

0 downloads
Artifact sql-builder-utility
Group io.github.colindj1120
Version 0.1.0
Last update 08. January 2024
Organization not specified
URL http://github.com/colindj1120/SqlBuilderUtility
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

uportal-db from group org.jasig.portal (version 4.3.1)

The goal of this module is to be able to deploy all the db driver jars to all environments instead of needing to change parent pom properties and rebuilding for each environment. The same effect used to be accomplished by manually updating all related poms with hardcoded dependencies, this module allows for just one place to be updated and the change propogates to all the packaged modules/portlets.

Group: org.jasig.portal Artifact: uportal-db
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact uportal-db
Group org.jasig.portal
Version 4.3.1
Last update 21. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies hsqldb,
There are maybe transitive dependencies!

adp from group de.cit-ec.tcs.alignment (version 3.1.1)

This module contains a more general approach to construct AlignmentAlgorithms by relying on the theoretical concept of Algebraic Dynamic Programming (ADP) as developed by Giegerich et al. ADP defines four ingredients for an alignment algorithm: 1.) A signature that defines the permitted alignment operations. Operations are just function templates with an associated arity, meaning the number of arguments it takes from the left sequence and from the right sequence. In the TCSAlignmentToolbox we have a fixed signature with the following operations: REPLACEMENT(1, 1), DELETION(1, 0), INSERTION(0, 1), SKIPDELETION(1, 0) and SKIPINSERTION(0, 1) 2.) A regular tree grammar that produces alignments, that is: sequences of operations, in a restricted fashion. 3.) An algebra that can translate such trees to a cost. In the TCSAlignmentToolbox this is a Comparator. 4.) A choice function, in case of the TCSAlignmentToolbox: the strict minimum or the soft minimum. An alignment algorithm in the TCSAlignmentToolbox sense of the word then is the combination of choice function and grammar. While we provide hardcoded versions of these combinations in the main package, the adp package allows you to create your own grammars. You can combine them with a choice function by instantiating one of the Algorithm classes provided in this package with a grammar of your choice. For example: AlignmentAlgorithm algo = new SoftADPScoreAlgorithm(my_grammar, comparator); creates an alignment algorithm that implicitly produces all possible alignments your grammar can construct with the given input, translates them to a cost using the algebra/comparator you provided and applies the soft minimum to return the score. This all gets efficient by dynamic programming. Note that there is runtime overhead when using this method in comparison with the hardcoded algorithms. But for complicated grammars this is a much easier way to go. For more information on the theory, please refer to my master's thesis: "Adaptive Affine Sequence Alignment using Algebraic Dynamic Programming"

Group: de.cit-ec.tcs.alignment Artifact: adp
Show all versions Show documentation Show source 
 

0 downloads
Artifact adp
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies algorithms,
There are maybe transitive dependencies!



Page 1 from 1 (items total 6)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy