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