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