MVN

org.terasoluna.batch : terasoluna-batch

Maven & Gradle

Mar 20, 2023
1 stars

TERASOLUNA Batch Framework for Java (5.x) Library · The TERASOLUNA Batch Framework for Java (5.x) Library

<dependency>
    <groupId>org.terasoluna.batch</groupId>
    <artifactId>terasoluna-batch</artifactId>
    <version>5.4.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.terasoluna.batch : terasoluna-batch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.2.RELEASE
  • Latest Release Candidate: 5.5.0.RC1

All Versions

Choose a version of org.terasoluna.batch : terasoluna-batch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
terasoluna-batch-5.5.0.RELEASE
terasoluna-batch-5.5.0.RC1
5.4.x
terasoluna-batch-5.4.2.RELEASE
terasoluna-batch-5.4.1.RELEASE
terasoluna-batch-5.4.1.RC1
terasoluna-batch-5.4.0.RELEASE
terasoluna-batch-5.4.0.RC1
5.3.x
terasoluna-batch-5.3.1.RELEASE
terasoluna-batch-5.3.0.RELEASE
terasoluna-batch-5.3.0.RC3
terasoluna-batch-5.3.0.RC1
5.2.x
terasoluna-batch-5.2.1.RELEASE
terasoluna-batch-5.2.1.RC6
terasoluna-batch-5.2.1.RC5
terasoluna-batch-5.2.1.RC4
terasoluna-batch-5.2.1.RC3
terasoluna-batch-5.2.1.RC2
terasoluna-batch-5.2.1.RC1
terasoluna-batch-5.2.0.RELEASE
terasoluna-batch-5.2.0.RC1
5.1.x
terasoluna-batch-5.1.2.RELEASE
terasoluna-batch-5.1.2.RC4
terasoluna-batch-5.1.2.RC3
terasoluna-batch-5.1.2.RC2
terasoluna-batch-5.1.2.RC1
terasoluna-batch-5.1.1.RELEASE
terasoluna-batch-5.1.0.RELEASE
terasoluna-batch-5.1.0.RC1
5.0.x
terasoluna-batch-5.0.4.RELEASE
terasoluna-batch-5.0.3.RELEASE
terasoluna-batch-5.0.2.RELEASE
terasoluna-batch-5.0.2.RC1
terasoluna-batch-5.0.1.RC2
terasoluna-batch-5.0.1.RELEASE
terasoluna-batch-5.0.1.RC1
terasoluna-batch-5.0.0.RELEASE
terasoluna-batch-5.0.0.RC3
terasoluna-batch-5.0.0.RC2
terasoluna-batch-5.0.0.RC1

How to add a dependency to Maven

Add the following org.terasoluna.batch : terasoluna-batch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.terasoluna.batch</groupId>
    <artifactId>terasoluna-batch</artifactId>
    <version>5.4.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.terasoluna.batch : terasoluna-batch gradle dependency to your build.gradle file:

implementation 'org.terasoluna.batch:terasoluna-batch:5.4.2.RELEASE'

Gradle Kotlin DSL: Add the following org.terasoluna.batch : terasoluna-batch gradle kotlin dependency to your build.gradle.kts file:

implementation("org.terasoluna.batch:terasoluna-batch:5.4.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.terasoluna.batch : terasoluna-batch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.terasoluna.batch" % "terasoluna-batch" % "5.4.2.RELEASE"

Advertisement