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