MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure

Maven & Gradle

Jul 24, 2023

Apache ServiceMix :: Bundles :: spring-batch-infrastructure

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
    <version>5.0.2_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
org.apache.servicemix.bundles.spring-batch-infrastructure-5.0.2_1
org.apache.servicemix.bundles.spring-batch-infrastructure-5.0.1_1
org.apache.servicemix.bundles.spring-batch-infrastructure-5.0.0_1
4.3.x
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.7_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.6_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.5_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.4_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.3_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.2_2
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.2_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.1_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.3.0_1
4.2.x
org.apache.servicemix.bundles.spring-batch-infrastructure-4.2.4.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.2.2.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.2.1.RELEASE_1
4.1.x
org.apache.servicemix.bundles.spring-batch-infrastructure-4.1.2.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.1.1.RELEASE_1
4.0.x
org.apache.servicemix.bundles.spring-batch-infrastructure-4.0.2.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-4.0.1.RELEASE_1
3.0.x
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.10.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.8.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.7.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.6.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.5.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.4.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.3.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.2.RELEASE_1
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.1.RELEASE_2
org.apache.servicemix.bundles.spring-batch-infrastructure-3.0.1.RELEASE_1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
    <version>5.0.2_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-batch-infrastructure:5.0.2_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-batch-infrastructure:5.0.2_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-batch-infrastructure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-batch-infrastructure" % "5.0.2_1"