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