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