GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-loanbroker-esn |
Version | Version3.0.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
mule-example-loanbroker-esn-3.0.0-M4.pom | |
mule-example-loanbroker-esn-3.0.0-M4.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-esn</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation 'org.mule.examples:mule-example-loanbroker-esn:3.0.0-M4'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation ("org.mule.examples:mule-example-loanbroker-esn:3.0.0-M4")
'org.mule.examples:mule-example-loanbroker-esn:jar:3.0.0-M4'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esn" rev="3.0.0-M4">
<artifact name="mule-example-loanbroker-esn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esn', version='3.0.0-M4')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esn" % "3.0.0-M4"
[org.mule.examples/mule-example-loanbroker-esn "3.0.0-M4"]