is not current version
Last Version 3.9.0

org.mule.tools:mule-tools 3.3-M1

Tools for building and working with Mule projects.

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

mule-tools
Version

Version

3.3-M1
Type

Type

jar

Download mule-tools 3.3-M1


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