is not current version
Last Version 3.5.0-bighorn

org.mule:mule-buildtools 2.2.0

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

GroupId

GroupId

org.mule
ArtifactId

ArtifactId

mule-buildtools
Version

Version

2.2.0
Type

Type

jar

Download mule-buildtools 2.2.0


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