| GroupId | GroupIdorg.mule.examples | 
|---|---|
| ArtifactId | ArtifactIdmule-example-loanbroker-esn | 
| Version | Version3.0.0-M2-20091124 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-esn</artifactId>
    <version>3.0.0-M2-20091124</version>
</dependency>// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation 'org.mule.examples:mule-example-loanbroker-esn:3.0.0-M2-20091124'// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation ("org.mule.examples:mule-example-loanbroker-esn:3.0.0-M2-20091124")'org.mule.examples:mule-example-loanbroker-esn:jar:3.0.0-M2-20091124'<dependency org="org.mule.examples" name="mule-example-loanbroker-esn" rev="3.0.0-M2-20091124">
  <artifact name="mule-example-loanbroker-esn" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esn', version='3.0.0-M2-20091124')
)libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esn" % "3.0.0-M2-20091124"[org.mule.examples/mule-example-loanbroker-esn "3.0.0-M2-20091124"]