m

mule-module-xml

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