is not current version
Last Version 3.5.0-bighorn

org.mule:mule-buildtools 2.0.0-RC1

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

GroupId

GroupId

org.mule
ArtifactId

ArtifactId

mule-buildtools
Version

Version

2.0.0-RC1
Type

Type

jar

Download mule-buildtools 2.0.0-RC1


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