MVN

com.azure.spring : azure-spring-integration-core

Maven & Gradle

Apr 11, 2022
7 usages
1.1k stars

Azure Spring Integration Core

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>azure-spring-integration-core</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure.spring : azure-spring-integration-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0
  • Latest Beta: 2.0.0-beta.1

All Versions

Choose a version of com.azure.spring : azure-spring-integration-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • azure-spring-integration-core-4.0.0

    Apr 11, 2022
  • azure-spring-integration-core-2.14.0

    Mar 01, 2022
  • azure-spring-integration-core-2.13.0

    Jan 26, 2022
  • azure-spring-integration-core-2.12.0

    Dec 24, 2021
  • azure-spring-integration-core-2.11.0

    Nov 25, 2021
  • azure-spring-integration-core-2.10.0

    Nov 02, 2021
  • azure-spring-integration-core-2.9.0

    Sep 28, 2021
  • azure-spring-integration-core-2.8.0

    Aug 26, 2021
  • azure-spring-integration-core-2.7.0

    Jul 21, 2021
  • azure-spring-integration-core-2.6.0

    Jun 28, 2021
  • azure-spring-integration-core-2.5.0

    May 25, 2021
  • azure-spring-integration-core-2.4.0

    Apr 20, 2021
  • azure-spring-integration-core-2.3.0

    Mar 22, 2021
  • azure-spring-integration-core-2.2.0

    Mar 05, 2021
  • azure-spring-integration-core-2.1.0

    Jan 26, 2021
  • azure-spring-integration-core-2.0.0

    Dec 31, 2020
  • azure-spring-integration-core-2.0.0-beta.1

    Nov 20, 2020

How to add a dependency to Maven

Add the following com.azure.spring : azure-spring-integration-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>azure-spring-integration-core</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure.spring : azure-spring-integration-core gradle dependency to your build.gradle file:

implementation 'com.azure.spring:azure-spring-integration-core:4.0.0'

Gradle Kotlin DSL: Add the following com.azure.spring : azure-spring-integration-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure.spring:azure-spring-integration-core:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure.spring : azure-spring-integration-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure.spring" % "azure-spring-integration-core" % "4.0.0"

Advertisement