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