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