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

Download JAR files tagged by implicitly with all dependencies

Search JAR files by class name

implicitly-waiting-webdriver from group ru.stqa.selenium (version 4.1)

WebDriver decorator that implicitly waits before actions

Group: ru.stqa.selenium Artifact: implicitly-waiting-webdriver
Show all versions Show documentation Show source 
 

2 downloads
Artifact implicitly-waiting-webdriver
Group ru.stqa.selenium
Version 4.1
Last update 04. December 2019
Organization not specified
URL https://github.com/barancev/decorated-webdriver/implicitly-waiting-webdriver
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies decorated-webdriver, trier,
There are maybe transitive dependencies!

imclipitly-core_2.12 from group io.delmore (version 0.0.4)

Make your project more clippity implicitly with imclipitly

Group: io.delmore Artifact: imclipitly-core_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact imclipitly-core_2.12
Group io.delmore
Version 0.0.4
Last update 29. April 2017
Organization io.delmore
URL http://github.com/shanedelmore/imclipitly/
License Apache-2.0
Dependencies amount 5
Dependencies scala-library, case-app_2.12, scalameta_2.12, json4s-native_2.12, plugin_2.12,
There are maybe transitive dependencies!

imclipitly-core_2.11 from group io.delmore (version 0.0.4)

Make your project more clippity implicitly with imclipitly

Group: io.delmore Artifact: imclipitly-core_2.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact imclipitly-core_2.11
Group io.delmore
Version 0.0.4
Last update 29. April 2017
Organization io.delmore
URL http://github.com/shanedelmore/imclipitly/
License Apache-2.0
Dependencies amount 5
Dependencies scala-library, case-app_2.11, scalameta_2.11, json4s-native_2.11, plugin_2.11,
There are maybe transitive dependencies!

panosen-generation-maven-plugin from group com.panosen.plugins (version 0.2.8)

Group: com.panosen.plugins Artifact: panosen-generation-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact panosen-generation-maven-plugin
Group com.panosen.plugins
Version 0.2.8
Last update 10. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies panosen-dbschema, panosen-generation, panosen-text-extension, panosen-codedom-java,
There are maybe transitive dependencies!

super-pom from group com.panosen (version 1.6.0)

Panosen Root Pom Project. Every Panosen Project must explicitly or implicitly extends from this pom.

Group: com.panosen Artifact: super-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact super-pom
Group com.panosen
Version 1.6.0
Last update 11. December 2022
Organization not specified
URL https://github.com/panosen/panosen-super-pom
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sample-maven-plugin from group com.panosen.plugins (version 1.0.0)

Group: com.panosen.plugins Artifact: sample-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact sample-maven-plugin
Group com.panosen.plugins
Version 1.0.0
Last update 21. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sample-maven-plugin from group com.panosen (version 1.0.0)

Group: com.panosen Artifact: sample-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact sample-maven-plugin
Group com.panosen
Version 1.0.0
Last update 21. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

canos-guava from group cn.canos (version 1.0.1)

Group: cn.canos Artifact: canos-guava
Show all versions Show documentation Show source 
 

0 downloads
Artifact canos-guava
Group cn.canos
Version 1.0.1
Last update 12. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies guava, slf4j-api,
There are maybe transitive dependencies!

super-pom from group cn.canos (version 1.0.6)

Canos Root Pom Project. Every Canos Project must explicitly or implicitly extends from this pom.

Group: cn.canos Artifact: super-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact super-pom
Group cn.canos
Version 1.0.6
Last update 10. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy