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

Download JAR files tagged by methods with all dependencies

Search JAR files by class name

spring-jdbc-oracle-integrationtests from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-integrationtests
Show all versions 
 

0 downloads
Artifact spring-jdbc-oracle-integrationtests
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-jdbc-oracle, spring-context, spring-jdbc, ojdbc8, commons-dbcp, tomcat-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle
Show all versions Show documentation Show source 
 

2 downloads
Artifact spring-jdbc-oracle
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies spring-context, spring-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle-ojdbc from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-ojdbc
Show all versions Show documentation Show source 
 

93 downloads
Artifact spring-jdbc-oracle-ojdbc
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-jdbc-oracle-parent from group com.github.ferstl (version 2.0.0)

A variant of Spring's JdbcTemplate that uses Oracle Update Batching. If Spring's classic JdbcTemplate is used in combination with an Oracle DB, the `batchUpdate()` methods won't return the number of affected rows. Instead, these methods do always return an array containing -2 (`Statement#SUCCESS_NO_INFO`) in each element. In order to get the number of affected rows during a batch INSERT/UPDATE/DELETE, it is required to use [Oracle Update Batching](http://docs.oracle.com/cd/B28359_01/java.111/b31224/oraperf.htm#autoId2).

Group: com.github.ferstl Artifact: spring-jdbc-oracle-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-jdbc-oracle-parent
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL https://github.com/ferstl/spring-jdbc-oracle
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

async-helper from group org.vishag (version 4.0.0)

Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.

Group: org.vishag Artifact: async-helper
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-helper
Group org.vishag
Version 4.0.0
Last update 15. June 2018
Organization not specified
URL https://github.com/loganathan001/AsyncHelper
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

execs from group de.vandermeer (version 0.4.0)

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

Group: de.vandermeer Artifact: execs
Show all versions Show documentation Show source 
 

0 downloads
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!

NobleTools from group edu.pitt.dbmi.nlp (version 1.0)

Noble Tools Suite, is a set of Natural Language Processing (NLP) tools and Application Programming Interfaces (API) written in Java for interfacing with ontologies, auto coding text and extracting information from free test. The Noble Tools suite also includes a generic ontology API for interfacing with Web Ontology Language (OWL) files, OBO and BioPortal ontologies and a number of support utilities and methods useful for NLP (e.g. string normalization, ngram and stemming)

Group: edu.pitt.dbmi.nlp Artifact: NobleTools
Show documentation Show source 
 

2 downloads
Artifact NobleTools
Group edu.pitt.dbmi.nlp
Version 1.0
Last update 14. November 2016
Organization Department of Biomedical Informatics, University of Pittsburgh
URL http://noble-tools.dbmi.pitt.edu
License BSD 3-Clause License
Dependencies amount 3
Dependencies owlapi-distribution, jdbm, javax.servlet-api,
There are maybe transitive dependencies!

kfGroovy from group nz.ac.waikato.cms.weka (version 1.0.12)

Knowledge Flow plugin that provides a Knowledge Flow step that wraps around a Groovy script. The plugin generates a fully compilable template Groovy script that implements various Knowledge Flow interfaces. The user can fill in the methods that are necessary to accomplish the desired logic. The script is compiled at runtime and the Groovy component passes incoming events to the script and collects and passes on generated events.

Group: nz.ac.waikato.cms.weka Artifact: kfGroovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact kfGroovy
Group nz.ac.waikato.cms.weka
Version 1.0.12
Last update 06. June 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/kfGroovy
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, groovy-all,
There are maybe transitive dependencies!

magic4j-cdi-utils from group org.magic4j (version 1.1.0.0)

provides the following Features: a) "Event-Observer Return Value Injection" feature, which is an enhancement for the CDI-Event-Mechanism: It injects return values of observer methods into the Event-Producer Bean and enables "Enhanced-Eventdriven-Service-Design". b) Interceptor for an CDI-Qualifier-based "Chain Of Responsibility" Pattern implementation where all annotated ChainHandlers get called under the hood from the interceptor.

Group: org.magic4j Artifact: magic4j-cdi-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact magic4j-cdi-utils
Group org.magic4j
Version 1.1.0.0
Last update 13. April 2016
Organization not specified
URL http://www.magic4j.org
License Apache License, Version 2.0
Dependencies amount 1
Dependencies cdi-api,
There are maybe transitive dependencies!

java-futures from group net.florianschoppmann.java (version 1.1.0)

Bridge gaps and help overcome inconveniences with CompletableFuture. This module includes, among other features, methods to collect the results of multiple futures into a list, provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.

Group: net.florianschoppmann.java Artifact: java-futures
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-futures
Group net.florianschoppmann.java
Version 1.1.0
Last update 14. March 2016
Organization not specified
URL https://github.com/fschopp/java-futures
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 138 from 148 (items total 1478)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy