MVN

org.mule.modules : mule-module-spring

Maven & Gradle

May 14, 2008
17 usages

Spring Extras · Non-core functionality provided by Spring such as transactions, remoting, data sources, etc.

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-spring</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.modules : mule-module-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of org.mule.modules : mule-module-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mule-module-spring-2.0.0-RC1
mule-module-spring-2.0.0-M2
2.0
mule-module-spring-2.0-M1
1.4.x
mule-module-spring-1.4.4
mule-module-spring-1.4.3
mule-module-spring-1.4.2
mule-module-spring-1.4.1
mule-module-spring-1.4.0
1.4
mule-module-spring-1.4-RC1
1.3.x
mule-module-spring-1.3.3
mule-module-spring-1.3.2
mule-module-spring-1.3.1
1.3
mule-module-spring-1.3
mule-module-spring-1.3-rc5

How to add a dependency to Maven

Add the following org.mule.modules : mule-module-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-spring</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.modules : mule-module-spring gradle dependency to your build.gradle file:

implementation 'org.mule.modules:mule-module-spring:1.4.4'

Gradle Kotlin DSL: Add the following org.mule.modules : mule-module-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.modules:mule-module-spring:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.modules : mule-module-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.modules" % "mule-module-spring" % "1.4.4"

Advertisement