is not current version
Last Version 3.9.0

org.mule.tools:mule-tools 3.4.0-RC1

Tools for building and working with Mule projects.

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

mule-tools
Version

Version

3.4.0-RC1
Type

Type

jar

Download mule-tools 3.4.0-RC1


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