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