m

mule-core-modules-parent

Mule modules that augment the core Mule functionality through the Mule Extension API
Files download
File Operation
mule-core-modules-parent-1.1.3.pom download
Apache Maven
<dependency>
  <groupId>org.mule.extensions</groupId>
  <artifactId>mule-core-modules-parent</artifactId>
  <version>1.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule.extensions:mule-core-modules-parent:1.1.3'
Gradle Kotlin
implementation("org.mule.extensions:mule-core-modules-parent:1.1.3")
Scala SBT
libraryDependencies += "org.mule.extensions" % "mule-core-modules-parent" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.extensions', module='mule-core-modules-parent', version='1.1.3')
)
Apache Ivy
<dependency org="org.mule.extensions" name="mule-core-modules-parent" rev="1.1.3" />
Leiningen
[org.mule.extensions/mule-core-modules-parent "1.1.3"]
Apache Buildr
'org.mule.extensions:mule-core-modules-parent:jar:1.1.3'