GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-xml |
Version | Version1.4-RC1 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-xml-1.4-RC1.pom | |
mule-module-xml-1.4-RC1.jar | 41 KB |
mule-module-xml-1.4-RC1-sources.jar | 27 KB |
mule-module-xml-1.4-RC1-javadoc.jar | 159 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.4-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation 'org.mule.modules:mule-module-xml:1.4-RC1'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-xml/
implementation ("org.mule.modules:mule-module-xml:1.4-RC1")
'org.mule.modules:mule-module-xml:jar:1.4-RC1'
<dependency org="org.mule.modules" name="mule-module-xml" rev="1.4-RC1">
<artifact name="mule-module-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-xml', version='1.4-RC1')
)
libraryDependencies += "org.mule.modules" % "mule-module-xml" % "1.4-RC1"
[org.mule.modules/mule-module-xml "1.4-RC1"]