is not current version
Last Version 3.9.0

org.mule.tools:mule-tools 1.4-RC1

Tools for building and working with Mule projects.

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

mule-tools
Version

Version

1.4-RC1
Type

Type

pom

Download mule-tools 1.4-RC1

Filename Size
mule-tools-1.4-RC1.pom 954 bytes
Browse

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