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