GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-protocol-ftp |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
cas-protocol-ftp-0.4.pom | |
cas-protocol-ftp-0.4.jar | 16 KB |
cas-protocol-ftp-0.4-sources.jar | 12 KB |
cas-protocol-ftp-0.4-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-ftp/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-protocol-ftp</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-ftp/
implementation 'org.apache.oodt:cas-protocol-ftp:0.4'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-ftp/
implementation ("org.apache.oodt:cas-protocol-ftp:0.4")
'org.apache.oodt:cas-protocol-ftp:jar:0.4'
<dependency org="org.apache.oodt" name="cas-protocol-ftp" rev="0.4">
<artifact name="cas-protocol-ftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-protocol-ftp', version='0.4')
)
libraryDependencies += "org.apache.oodt" % "cas-protocol-ftp" % "0.4"
[org.apache.oodt/cas-protocol-ftp "0.4"]