m

mule-module-xml

Functionality for working with XML
Files download
File Operation
mule-module-xml-3.5.0-bighorn.jar download
mule-module-xml-3.5.0-bighorn.pom download
mule-module-xml-3.5.0-bighorn-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mule.modules</groupId>
  <artifactId>mule-module-xml</artifactId>
  <version>3.5.0-bighorn</version>
</dependency>
Gradle Groovy
implementation 'org.mule.modules:mule-module-xml:3.5.0-bighorn'
Gradle Kotlin
implementation("org.mule.modules:mule-module-xml:3.5.0-bighorn")
Scala SBT
libraryDependencies += "org.mule.modules" % "mule-module-xml" % "3.5.0-bighorn"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.modules', module='mule-module-xml', version='3.5.0-bighorn')
)
Apache Ivy
<dependency org="org.mule.modules" name="mule-module-xml" rev="3.5.0-bighorn" />
Leiningen
[org.mule.modules/mule-module-xml "3.5.0-bighorn"]
Apache Buildr
'org.mule.modules:mule-module-xml:jar:3.5.0-bighorn'