GroupId | GroupIdorg.mule.tools |
---|---|
ArtifactId | ArtifactIdmule-tools |
Version | Version3.5.0-bighorn-RC3 |
Type | Typejar |
Filename | Size |
---|---|
mule-tools-3.5.0-bighorn-RC3.pom | 1 KB |
mule-tools-3.5.0-bighorn-RC3-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.5.0-bighorn-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.tools/mule-tools/
implementation 'org.mule.tools:mule-tools:3.5.0-bighorn-RC3'
// https://jarcasting.com/artifacts/org.mule.tools/mule-tools/
implementation ("org.mule.tools:mule-tools:3.5.0-bighorn-RC3")
'org.mule.tools:mule-tools:jar:3.5.0-bighorn-RC3'
<dependency org="org.mule.tools" name="mule-tools" rev="3.5.0-bighorn-RC3">
<artifact name="mule-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.tools', module='mule-tools', version='3.5.0-bighorn-RC3')
)
libraryDependencies += "org.mule.tools" % "mule-tools" % "3.5.0-bighorn-RC3"
[org.mule.tools/mule-tools "3.5.0-bighorn-RC3"]