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

Download JAR files tagged by through with all dependencies

Search JAR files by class name

tck-parent from group com.ibm.jbatch.tck (version 1.1-b03)

Batch processing is a pervasive workload pattern, expressed by a distinct application organization and execution model. It is found across virtually every industry, applied to such tasks as statement generation, bank postings, risk evaluation, credit score calculation, inventory management, portfolio optimization, and on and on. Nearly any bulk processing task from any business sector is a candidate for batch processing. Batch processing is typified by bulk-oriented, non-interactive, background execution. Frequently long- running, it may be data or computationally intensive, execute sequentially or in parallel, and may be initiated through various invocation models, including ad hoc, scheduled, and on-demand. Batch applications have common requirements, including logging, checkpointing, and parallelization. Batch workloads have common requirements, especially operational control, which allow for initiation of, and interaction with, batch instances; such interactions include stop and restart.

Group: com.ibm.jbatch.tck Artifact: tck-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tck-parent
Group com.ibm.jbatch.tck
Version 1.1-b03
Last update 20. April 2016
Organization not specified
URL http://java.net/projects/jbatch
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcql from group com.trebogeer.jcql (version 0.8.7)

JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be used with Cassandra 2.1+ due to support of UDTs (User Defined Types)/Tuples/Collections. Cassandra's UDTs/Tuples/Collections and an ability to introspect schema through java driver make it possible to automatically generate POJOs and corresponding mappers between database and java models. Properly generated java code saves development efforts and is less error-prone compared to hand coding. Accompanied with proper CI and deployment it can also guarantee consistency between database and java models at any point of application lifecycle from development to production rollout. JCQL does not rely on java reflection or annotations which means all discrepancies between actual cassandra schema and what client code expects it to be will be identified during compilation not at runtime in the middle of the night right after production release. No need to worry about Cassandra client code performance implications due to use of reflection.

Group: com.trebogeer.jcql Artifact: jcql
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcql
Group com.trebogeer.jcql
Version 0.8.7
Last update 11. March 2016
Organization not specified
URL http://github.com/trebogeer/j-cql
License Apache License, Version 2.0
Dependencies amount 10
Dependencies cassandra-all, jaxb-xjc, args4j, snakeyaml, guava, javatuples, slf4j-api, logback-classic, cassandra-driver-core, cassandra-driver-mapping,
There are maybe transitive dependencies!

javax.batch-api from group javax.batch (version 1.0.1)

Group: javax.batch Artifact: javax.batch-api
Show all versions Show documentation Show source 
 

51 downloads
Artifact javax.batch-api
Group javax.batch
Version 1.0.1
Last update 20. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sapjco3 from group org.hibersap (version 3.0)

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the Hibersap project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0.12 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0.12 -Dpackaging=jar -Dfile=sapjco3.jar

Group: org.hibersap Artifact: sapjco3
Show all versions Show source 
 

4219 downloads
Artifact sapjco3
Group org.hibersap
Version 3.0
Last update 06. March 2015
Organization akquinet tech@spree GmbH
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jbatch from group javax.batch (version 1.0.1-b01)

Batch processing is a pervasive workload pattern, expressed by a distinct application organization and execution model. It is found across virtually every industry, applied to such tasks as statement generation, bank postings, risk evaluation, credit score calculation, inventory management, portfolio optimization, and on and on. Nearly any bulk processing task from any business sector is a candidate for batch processing. Batch processing is typified by bulk-oriented, non-interactive, background execution. Frequently long- running, it may be data or computationally intensive, execute sequentially or in parallel, and may be initiated through various invocation models, including ad hoc, scheduled, and on-demand. Batch applications have common requirements, including logging, checkpointing, and parallelization. Batch workloads have common requirements, especially operational control, which allow for initiation of, and interaction with, batch instances; such interactions include stop and restart.

Group: javax.batch Artifact: jbatch
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jbatch
Group javax.batch
Version 1.0.1-b01
Last update 11. November 2014
Organization not specified
URL http://java.net/projects/jbatch
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hibersap-sapjco3 from group org.hibersap (version 3.0-RC01)

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the Hibersap project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0 -Dpackaging=jar -Dfile=sapjco3.jar

Group: org.hibersap Artifact: hibersap-sapjco3
Show source 
 

87 downloads
Artifact hibersap-sapjco3
Group org.hibersap
Version 3.0-RC01
Last update 09. April 2014
Organization akquinet tech@spree GmbH
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.ibm.jbatch-runtime-all from group com.ibm.jbatch (version 1.0)

Group: com.ibm.jbatch Artifact: com.ibm.jbatch-runtime-all
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.jbatch-runtime-all
Group com.ibm.jbatch
Version 1.0
Last update 06. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies com.ibm.jbatch-ri-spi,
There are maybe transitive dependencies!

com.ibm.jbatch-tck from group com.ibm.jbatch (version 1.0)

Group: com.ibm.jbatch Artifact: com.ibm.jbatch-tck
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.jbatch-tck
Group com.ibm.jbatch
Version 1.0
Last update 06. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies testng, javax.batch-api, com.ibm.jbatch-model, com.ibm.jbatch-ri-spi, com.ibm.jbatch-tck-spi, com.ibm.jbatch-runtime, javax.inject-tck, derby, derbynet, xmlunit,
There are maybe transitive dependencies!

com.ibm.jbatch-tck-spi from group com.ibm.jbatch (version 1.0)

Group: com.ibm.jbatch Artifact: com.ibm.jbatch-tck-spi
Show all versions Show documentation Show source 
 

4 downloads
Artifact com.ibm.jbatch-tck-spi
Group com.ibm.jbatch
Version 1.0
Last update 06. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies javax.batch-api,
There are maybe transitive dependencies!

com.ibm.jbatch-runtime from group com.ibm.jbatch (version 1.0)

Group: com.ibm.jbatch Artifact: com.ibm.jbatch-runtime
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.jbatch-runtime
Group com.ibm.jbatch
Version 1.0
Last update 06. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies javax.batch-api, com.ibm.jbatch-model, com.ibm.jbatch-ri-spi,
There are maybe transitive dependencies!



Page 158 from 162 (items total 1617)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy