GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-loanbroker-esb-parent |
Version | Version1.3-rc5 |
Type | Typepom |
Filename | Size |
---|---|
mule-example-loanbroker-esb-parent-1.3-rc5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-esb-parent</artifactId>
<version>1.3-rc5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/
implementation 'org.mule.examples:mule-example-loanbroker-esb-parent:1.3-rc5'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esb-parent/
implementation ("org.mule.examples:mule-example-loanbroker-esb-parent:1.3-rc5")
'org.mule.examples:mule-example-loanbroker-esb-parent:pom:1.3-rc5'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esb-parent" rev="1.3-rc5">
<artifact name="mule-example-loanbroker-esb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esb-parent', version='1.3-rc5')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esb-parent" % "1.3-rc5"
[org.mule.examples/mule-example-loanbroker-esb-parent "1.3-rc5"]