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

Download JAR files tagged by interactions with all dependencies

Search JAR files by class name

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

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

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

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
Last update 09. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies com.ibm.jbatch.tck.ann,
There are maybe transitive dependencies!

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
Last update 09. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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!

dbvolution10 from group nz.co.gregs (version 1.0.1)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution10
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution10
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!

thesefoolishthings from group it.tidalwave.thesefoolishthings (version 3.2-ALPHA-23)

This project is a collection of miscellaneous tools shared by a number of projects of the same author. There are **simple tuples** to use with Java Streams, **type-safe maps** ([inspired by the heterogeneous map pattern](https://www.informit.com/articles/article.aspx?p=2861454&seqNum=8)) described in Effective Java by Joshua Bloch, a **finder** that handles in a smart way queries to data sources, a facility to use the **DCI (Data, Context and Interactions) architectural pattern**, a simple **message bus** suitable for using the pub-sub pattern inside an application, some **test utilities**, an **experimental actor framework** and a few other small things. Yes, the project name is a tribute to the [jazz standard with the same name](https://en.wikipedia.org/wiki/These_Foolish_Things_(Remind_Me_of_You)) by Maschwitz and Strachey.

Group: it.tidalwave.thesefoolishthings Artifact: thesefoolishthings
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact thesefoolishthings
Group it.tidalwave.thesefoolishthings
Version 3.2-ALPHA-23
Last update 08. May 2023
Organization not specified
URL https://tidalwave.bitbucket.io/thesefoolishthings/
License not specified
Dependencies amount 0
Dependencies No dependencies
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!



Page 15 from 3 (items total 229)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy