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