m

mule-module-xml

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