| Группа | Группаorg.mule |
|---|---|
| Идентификатор | Идентификаторmule-buildtools |
| Версия | Версия1.4.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mule-buildtools-1.4.2.pom | |
| mule-buildtools-1.4.2.jar | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mule/mule-buildtools/ -->
<dependency>
<groupId>org.mule</groupId>
<artifactId>mule-buildtools</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule/mule-buildtools/
implementation 'org.mule:mule-buildtools:1.4.2'
// https://jarcasting.com/artifacts/org.mule/mule-buildtools/
implementation ("org.mule:mule-buildtools:1.4.2")
'org.mule:mule-buildtools:jar:1.4.2'
<dependency org="org.mule" name="mule-buildtools" rev="1.4.2">
<artifact name="mule-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule', module='mule-buildtools', version='1.4.2')
)
libraryDependencies += "org.mule" % "mule-buildtools" % "1.4.2"
[org.mule/mule-buildtools "1.4.2"]