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