не последняя версия
Последняя версия 3.5.0-bighorn

org.mule:mule-buildtools 3.2.0

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

Группа

Группа

org.mule
Идентификатор

Идентификатор

mule-buildtools
Версия

Версия

3.2.0
Тип

Тип

jar

Скачать mule-buildtools 3.2.0


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