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