is not current version
Last Version 3.5.0-bighorn

org.mule:mule-buildtools 3.4-M1

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

GroupId

GroupId

org.mule
ArtifactId

ArtifactId

mule-buildtools
Version

Version

3.4-M1
Type

Type

jar

Download mule-buildtools 3.4-M1


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