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