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

Download JAR files tagged by parameters with all dependencies

Search JAR files by class name

addc-iiop from group com.addc (version 2.6)

the addc-iiop library supplies helper classes for dealing with corbaloc: URLs an Service URLsm configuring the properties for an ORB from a general process properties file using tags, Ensuring null strings and octet sequences can be safely passed as parameters to IDL interfacesm a Holder for the current ORB and a Secure GSSUP implementation of the Attribute Service for Common Secure Interoperability.

Group: com.addc Artifact: addc-iiop
Show all versions Show documentation Show source 
 

0 downloads
Artifact addc-iiop
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies addc-base, addc-jmx, addc-alerts, addc-ssl, addc-slp, addc-security,
There are maybe transitive dependencies!

modularpipelines from group uk.ac.gate.plugins (version 2.3)

A GATE plugin that provides a way to create modular nested pipelines where each subpipeline can get developed, tested and saved separately. Also allows to override runtime parameters, init time parameters and document features from a config file or by setting java properties.

Group: uk.ac.gate.plugins Artifact: modularpipelines
Show all versions Show documentation Show source 
 

0 downloads
Artifact modularpipelines
Group uk.ac.gate.plugins
Version 2.3
Last update 11. June 2019
Organization GATE Team
URL https://github.com/GateNLP/gateplugin-ModularPipelines
License GNU Lesser General Public License (LGPL), Version 3
Dependencies amount 1
Dependencies snakeyaml,
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!

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

This Java Toolbox provides several algorithms to align two input sequences, where your sequential data is allowed to be multimodal and multidimensional. We also provide additional tools to inspect the alignment results in more detail or even calculate derivatives of the alignment w.r.t. metric parameters such that you can optimize the alignment parameters according to some cost function. It is written in Java 1.7. and is also compatible with Matlab (version 2013b or higher).

Group: de.cit-ec.tcs Artifact: alignment
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact alignment
Group de.cit-ec.tcs
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 0
Dependencies No dependencies
There are maybe transitive dependencies!

magja from group net.magja (version 1.1.0)

Group: net.magja Artifact: magja
Show documentation Show source 
 

1 downloads
Artifact magja
Group net.magja
Version 1.1.0
Last update 26. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies commons-beanutils, rhino, stax-utils, axis2-transport-local, axis2-transport-http, axis2-adb, axis2-kernel, axiom-impl, commons-io, commons-lang3, guava, jcl-over-slf4j, slf4j-api,
There are maybe transitive dependencies!

magja-parent from group net.magja (version 1.1.0)

Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.

Group: net.magja Artifact: magja-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact magja-parent
Group net.magja
Version 1.1.0
Last update 26. July 2018
Organization Magja
URL https://github.com/magja/magja
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jfire-mvc from group link.jfire (version 1.0.3)

Jfire - MVC MVC framework is a fast and efficient. Support the rest style urls. Transparent simple file upload, data binding function to access web parameters become very easy. Supports multiple views at the same time. Includes regular HTML, json, templates, etc

Group: link.jfire Artifact: jfire-mvc
Show all versions Show documentation Show source 
 

0 downloads
Artifact jfire-mvc
Group link.jfire
Version 1.0.3
Last update 04. February 2016
Organization not specified
URL www.jfire.link
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jfire-core, beetl,
There are maybe transitive dependencies!

EnumToStringForCucumber from group se.comhem.cucumber.annotations (version 1.3)

Processes an enum class annotated with @GenerateCucumberString, producing a new java source file which is also compiled. The generated class has a static String field, which is the concatenation of the enum values, with delimiter, suffix and prefix as specified in the annotation. These parameters (delimiter, suffix...) can be overridden. This field can be used in any annotation (but most useful in Cucumber annotations), as it's a compile time constant value.

Group: se.comhem.cucumber.annotations Artifact: EnumToStringForCucumber
Show documentation Show source 
 

0 downloads
Artifact EnumToStringForCucumber
Group se.comhem.cucumber.annotations
Version 1.3
Last update 02. September 2014
Organization not specified
URL https://github.com/ComHem/EnumToStringForCucumber
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!



Page 23 from 30 (items total 299)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy