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