GroupId | GroupIdorg.mule.tools |
---|---|
ArtifactId | ArtifactIdmule-tools |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-tools-3.3.0.pom | 1 KB |
mule-tools-3.3.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.tools/mule-tools/ -->
<dependency>
<groupId>org.mule.tools</groupId>
<artifactId>mule-tools</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.tools/mule-tools/
implementation 'org.mule.tools:mule-tools:3.3.0'
// https://jarcasting.com/artifacts/org.mule.tools/mule-tools/
implementation ("org.mule.tools:mule-tools:3.3.0")
'org.mule.tools:mule-tools:jar:3.3.0'
<dependency org="org.mule.tools" name="mule-tools" rev="3.3.0">
<artifact name="mule-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.tools', module='mule-tools', version='3.3.0')
)
libraryDependencies += "org.mule.tools" % "mule-tools" % "3.3.0"
[org.mule.tools/mule-tools "3.3.0"]