is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-stockquote 3.0.0-M1

This example demonstrates how to invoke an ASPX web service from Mule and transform the result using XSLT and deserialise the result to a StockQuote javabean. The examples demonstrates invoking the service using REST and SOAP.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-stockquote
Version

Version

3.0.0-M1
Type

Type

jar

Download mule-example-stockquote 3.0.0-M1


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-stockquote/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-stockquote</artifactId>
    <version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-stockquote/
implementation 'org.mule.examples:mule-example-stockquote:3.0.0-M1'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-stockquote/
implementation ("org.mule.examples:mule-example-stockquote:3.0.0-M1")
'org.mule.examples:mule-example-stockquote:jar:3.0.0-M1'
<dependency org="org.mule.examples" name="mule-example-stockquote" rev="3.0.0-M1">
  <artifact name="mule-example-stockquote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-stockquote', version='3.0.0-M1')
)
libraryDependencies += "org.mule.examples" % "mule-example-stockquote" % "3.0.0-M1"
[org.mule.examples/mule-example-stockquote "3.0.0-M1"]