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