GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-loanbroker-esb |
Version | Version2.0.0-RC2 |
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>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb/
implementation 'org.mule.examples:mule-example-loanbroker-esb:2.0.0-RC2'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb/
implementation ("org.mule.examples:mule-example-loanbroker-esb:2.0.0-RC2")
'org.mule.examples:mule-example-loanbroker-esb:jar:2.0.0-RC2'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esb" rev="2.0.0-RC2">
<artifact name="mule-example-loanbroker-esb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esb', version='2.0.0-RC2')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esb" % "2.0.0-RC2"
[org.mule.examples/mule-example-loanbroker-esb "2.0.0-RC2"]