is not current version
Last Version 2.0.0-RC1

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

Provides extensions to use the Spring framework with Mule such as utilising the the Spring container to build components managed by Mule.

GroupId

GroupId

org.mule.modules
ArtifactId

ArtifactId

mule-module-spring
Version

Version

1.4.4
Type

Type

jar

Download mule-module-spring 1.4.4


<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-spring/ -->
<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-spring</artifactId>
    <version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-spring/
implementation 'org.mule.modules:mule-module-spring:1.4.4'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-spring/
implementation ("org.mule.modules:mule-module-spring:1.4.4")
'org.mule.modules:mule-module-spring:jar:1.4.4'
<dependency org="org.mule.modules" name="mule-module-spring" rev="1.4.4">
  <artifact name="mule-module-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-spring', version='1.4.4')
)
libraryDependencies += "org.mule.modules" % "mule-module-spring" % "1.4.4"
[org.mule.modules/mule-module-spring "1.4.4"]