MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-integration-core

Maven & Gradle

Jan 30, 2023

Apache ServiceMix :: Bundles :: spring-integration-core · This OSGi bundle wraps spring-integration-core 6.0.2 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-integration-core</artifactId>
    <version>6.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-integration-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2_1

All Versions

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

Version Vulnerabilities Updated
6.0.x
org.apache.servicemix.bundles.spring-integration-core-6.0.2_1
5.5.x
org.apache.servicemix.bundles.spring-integration-core-5.5.15_1
org.apache.servicemix.bundles.spring-integration-core-5.5.14_1
org.apache.servicemix.bundles.spring-integration-core-5.5.13_1
org.apache.servicemix.bundles.spring-integration-core-5.5.12_1
org.apache.servicemix.bundles.spring-integration-core-5.5.11_1
org.apache.servicemix.bundles.spring-integration-core-5.5.10_1
org.apache.servicemix.bundles.spring-integration-core-5.5.9_1
org.apache.servicemix.bundles.spring-integration-core-5.5.8_1
org.apache.servicemix.bundles.spring-integration-core-5.5.7_1
org.apache.servicemix.bundles.spring-integration-core-5.5.6_1
org.apache.servicemix.bundles.spring-integration-core-5.5.5_1
org.apache.servicemix.bundles.spring-integration-core-5.5.4_1
org.apache.servicemix.bundles.spring-integration-core-5.5.3_1
org.apache.servicemix.bundles.spring-integration-core-5.5.2_1
org.apache.servicemix.bundles.spring-integration-core-5.5.1_1
5.4.x
org.apache.servicemix.bundles.spring-integration-core-5.4.3_1
org.apache.servicemix.bundles.spring-integration-core-5.4.1_1
org.apache.servicemix.bundles.spring-integration-core-5.4.0_1
5.3.x
org.apache.servicemix.bundles.spring-integration-core-5.3.2.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-5.3.1.RELEASE_1
4.3.x
org.apache.servicemix.bundles.spring-integration-core-4.3.11.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.3.10.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.3.9.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.3.8.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.3.0.RELEASE_1
4.2.x
org.apache.servicemix.bundles.spring-integration-core-4.2.6.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.2.5.RELEASE_1
4.1.x
org.apache.servicemix.bundles.spring-integration-core-4.1.6.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.1.5.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.1.4.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.1.3.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.1.2.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.1.0.RELEASE_1
4.0.x
org.apache.servicemix.bundles.spring-integration-core-4.0.4.RELEASE_1
org.apache.servicemix.bundles.spring-integration-core-4.0.3.RELEASE_1
3.0.x
org.apache.servicemix.bundles.spring-integration-core-3.0.2.RELEASE_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-integration-core 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-integration-core</artifactId>
    <version>6.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-integration-core gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-integration-core:6.0.2_1'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-integration-core:6.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-integration-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-integration-core" % "6.0.2_1"

Advertisement