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.2.pom download
Apache Maven
<dependency>
  <groupId>org.mule.extensions</groupId>
  <artifactId>mule-core-modules-parent</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule.extensions:mule-core-modules-parent:1.1.2'
Gradle Kotlin
implementation("org.mule.extensions:mule-core-modules-parent:1.1.2")
Scala SBT
libraryDependencies += "org.mule.extensions" % "mule-core-modules-parent" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.extensions', module='mule-core-modules-parent', version='1.1.2')
)
Apache Ivy
<dependency org="org.mule.extensions" name="mule-core-modules-parent" rev="1.1.2" />
Leiningen
[org.mule.extensions/mule-core-modules-parent "1.1.2"]
Apache Buildr
'org.mule.extensions:mule-core-modules-parent:jar:1.1.2'