| License | License | 
|---|---|
| GroupId | GroupIdorg.mule.examples | 
| ArtifactId | ArtifactIdmule-examples | 
| Version | Version3.5.0-bighorn | 
| Type | Typejar | 
| Description | DescriptionMule Examples Mule Example Applications | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| mule-examples-3.5.0-bighorn.pom | 1 KB | 
| mule-examples-3.5.0-bighorn-tests.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-examples/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-examples</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>// https://jarcasting.com/artifacts/org.mule.examples/mule-examples/
implementation 'org.mule.examples:mule-examples:3.5.0-bighorn'// https://jarcasting.com/artifacts/org.mule.examples/mule-examples/
implementation ("org.mule.examples:mule-examples:3.5.0-bighorn")'org.mule.examples:mule-examples:jar:3.5.0-bighorn'<dependency org="org.mule.examples" name="mule-examples" rev="3.5.0-bighorn">
  <artifact name="mule-examples" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mule.examples', module='mule-examples', version='3.5.0-bighorn')
)libraryDependencies += "org.mule.examples" % "mule-examples" % "3.5.0-bighorn"[org.mule.examples/mule-examples "3.5.0-bighorn"]