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