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