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