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

Download JAR files tagged by processing with all dependencies

Search JAR files by class name

jakarta.batch.reporting from group jakarta.batch (version 2.1.5)

Group: jakarta.batch Artifact: jakarta.batch.reporting
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.batch.reporting
Group jakarta.batch
Version 2.1.5
Last update 09. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit-platform-reporting, junit-platform-commons,
There are maybe transitive dependencies!

com.ibm.jbatch.tck from group jakarta.batch (version 2.1.5)

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

0 downloads
Artifact com.ibm.jbatch.tck
Group jakarta.batch
Version 2.1.5
Last update 09. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies junit-jupiter, jakarta.batch-api, com.ibm.jbatch.spi, com.ibm.jbatch.tck.spi, com.ibm.jbatch.tck.ann, com.ibm.jbatch.tck.ann.proc, jakarta.enterprise.cdi-api, jakarta.inject-api, jakarta.batch.tck.util,
There are maybe transitive dependencies!

com.ibm.jbatch.tck.ann.proc from group jakarta.batch (version 2.1.5)

Group: jakarta.batch Artifact: com.ibm.jbatch.tck.ann.proc
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.jbatch.tck.ann.proc
Group jakarta.batch
Version 2.1.5


com.ibm.jbatch.tck.ann from group jakarta.batch (version 2.1.5)

Group: jakarta.batch Artifact: com.ibm.jbatch.tck.ann
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.jbatch.tck.ann
Group jakarta.batch
Version 2.1.5


com.ibm.jbatch.tck.spi from group jakarta.batch (version 2.1.5)

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

0 downloads
Artifact com.ibm.jbatch.tck.spi
Group jakarta.batch
Version 2.1.5
Last update 09. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jakarta.batch-api,
There are maybe transitive dependencies!

tck-parent from group jakarta.batch (version 2.1.5)

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: jakarta.batch 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 jakarta.batch
Version 2.1.5
Last update 09. April 2024
Organization not specified
URL https://projects.eclipse.org/projects/ee4j.batch
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stepping from group com.imperva.stepping (version 5.0.0)

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Group: com.imperva.stepping Artifact: stepping
Show all versions Show documentation Show source 
 

0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.0.0
Last update 20. October 2022
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!

patrius from group fr.cnes.sirius.patrius (version 4.8.1)

PATRIUS is a core space dynamics Java library that enables to quickly develop high level algorithms such as orbit extrapolator. PATRIUS contains several sub-libraries that work together and cover low level classes (i.e.: such as matrix, vectors, orbits parameters) as well as high level classes and interfaces (i.e.: numerical propagators, attitude laws, manoeuvers sequences). All the main domains of space dynamics are available: Analysis, algebra and geometry core library (quaternions, derivable functions, integrators …) Core objects for space dynamics (dates, orbits, frames...) Orbit propagation: analytical, semi-analytical and numerical propagators, a full set of force models Maneuvers: impulsive or continuous thrust, sequences Attitude: extensible set of attitude laws, sequences and guidance framework Events: event detection (orbital, sensor events, etc.) and post-processing (chronograms) Spacecraft: characteristics of mass, geometry (drag force), sensors field of view, etc.

Group: fr.cnes.sirius.patrius Artifact: patrius
Show documentation Show source 
 

0 downloads
Artifact patrius
Group fr.cnes.sirius.patrius
Version 4.8.1
Last update 09. August 2022
Organization CNES
URL https://patrius.cnes.fr
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jafama, junit,
There are maybe transitive dependencies!

jakarta.batch-api from group jakarta.batch (version 2.1.1)

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

0 downloads
Artifact jakarta.batch-api
Group jakarta.batch
Version 2.1.1
Last update 14. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

batch-api-parent from group jakarta.batch (version 2.1.1)

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: jakarta.batch Artifact: batch-api-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact batch-api-parent
Group jakarta.batch
Version 2.1.1
Last update 14. June 2022
Organization not specified
URL https://github.com/eclipse-ee4j/batch-api
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 430 from 440 (items total 4391)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy