is not current version
Last Version 3.5.0-bighorn

org.mule:mule-buildtools 1.4.0

These are the tools used by the Mule's build procedure

GroupId

GroupId

org.mule
ArtifactId

ArtifactId

mule-buildtools
Version

Version

1.4.0
Type

Type

jar

Download mule-buildtools 1.4.0


<!-- https://jarcasting.com/artifacts/org.mule/mule-buildtools/ -->
<dependency>
    <groupId>org.mule</groupId>
    <artifactId>mule-buildtools</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule/mule-buildtools/
implementation 'org.mule:mule-buildtools:1.4.0'
// https://jarcasting.com/artifacts/org.mule/mule-buildtools/
implementation ("org.mule:mule-buildtools:1.4.0")
'org.mule:mule-buildtools:jar:1.4.0'
<dependency org="org.mule" name="mule-buildtools" rev="1.4.0">
  <artifact name="mule-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule', module='mule-buildtools', version='1.4.0')
)
libraryDependencies += "org.mule" % "mule-buildtools" % "1.4.0"
[org.mule/mule-buildtools "1.4.0"]