| GroupId | GroupIdorg.mule.modules |
|---|---|
| ArtifactId | ArtifactIdmule-module-xml |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mule-module-xml-2.0.0.pom | |
| mule-module-xml-2.0.0.jar | 56 KB |
| mule-module-xml-2.0.0-sources.jar | 41 KB |
| mule-module-xml-2.0.0-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-xml</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation 'org.mule.modules:mule-module-xml:2.0.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation ("org.mule.modules:mule-module-xml:2.0.0")
'org.mule.modules:mule-module-xml:jar:2.0.0'
<dependency org="org.mule.modules" name="mule-module-xml" rev="2.0.0">
<artifact name="mule-module-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-xml', version='2.0.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-xml" % "2.0.0"
[org.mule.modules/mule-module-xml "2.0.0"]