Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdmule |
ArtifactId | ArtifactIdmule-ftp-provider |
Version | Version1.3-rc3 |
Type | Typejar |
Filename | Size |
---|---|
mule-ftp-provider-1.3-rc3.pom | |
mule-ftp-provider-1.3-rc3.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mule/mule-ftp-provider/ -->
<dependency>
<groupId>mule</groupId>
<artifactId>mule-ftp-provider</artifactId>
<version>1.3-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/mule/mule-ftp-provider/
implementation 'mule:mule-ftp-provider:1.3-rc3'
// https://jarcasting.com/artifacts/mule/mule-ftp-provider/
implementation ("mule:mule-ftp-provider:1.3-rc3")
'mule:mule-ftp-provider:jar:1.3-rc3'
<dependency org="mule" name="mule-ftp-provider" rev="1.3-rc3">
<artifact name="mule-ftp-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='mule', module='mule-ftp-provider', version='1.3-rc3')
)
libraryDependencies += "mule" % "mule-ftp-provider" % "1.3-rc3"
[mule/mule-ftp-provider "1.3-rc3"]