MVN

com.ibm.jbatch.tck : tck-parent

Maven & Gradle

Apr 20, 2016

tck-parent · 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.

<dependency>
    <groupId>com.ibm.jbatch.tck</groupId>
    <artifactId>tck-parent</artifactId>
    <version>1.1-b03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.jbatch.tck : tck-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1-b03

All Versions

Choose a version of com.ibm.jbatch.tck : tck-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
tck-parent-1.1-b03
tck-parent-1.1-b02
tck-parent-1.1-b01

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ibm.jbatch.tck</groupId>
    <artifactId>tck-parent</artifactId>
    <version>1.1-b03</version>
</dependency>