| GroupId | GroupIdorg.mule.modules |
|---|---|
| ArtifactId | ArtifactIdmule-module-xml |
| Version | Version3.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mule-module-xml-3.3.1.pom | |
| mule-module-xml-3.3.1.jar | 150 KB |
| mule-module-xml-3.3.1-tests.jar | 2 KB |
| mule-module-xml-3.3.1-test-sources.jar | 86 KB |
| mule-module-xml-3.3.1-sources.jar | 102 KB |
| mule-module-xml-3.3.1-javadoc.jar | 457 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-xml</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation 'org.mule.modules:mule-module-xml:3.3.1'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation ("org.mule.modules:mule-module-xml:3.3.1")
'org.mule.modules:mule-module-xml:jar:3.3.1'
<dependency org="org.mule.modules" name="mule-module-xml" rev="3.3.1">
<artifact name="mule-module-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-xml', version='3.3.1')
)
libraryDependencies += "org.mule.modules" % "mule-module-xml" % "3.3.1"
[org.mule.modules/mule-module-xml "3.3.1"]