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