| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.cotta.ftp |
| ArtifactId | ArtifactIdcotta-ftp |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncotta-ftp
A lightweight file system framework that is created to ease the pain of writing an application that involves file handling
|
| Filename | Size |
|---|---|
| cotta-ftp-3.0.pom | |
| cotta-ftp-3.0.jar | 12 KB |
| cotta-ftp-3.0-sources.jar | 4 KB |
| cotta-ftp-3.0-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cotta.ftp/cotta-ftp/ -->
<dependency>
<groupId>net.sf.cotta.ftp</groupId>
<artifactId>cotta-ftp</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cotta.ftp/cotta-ftp/
implementation 'net.sf.cotta.ftp:cotta-ftp:3.0'
// https://jarcasting.com/artifacts/net.sf.cotta.ftp/cotta-ftp/
implementation ("net.sf.cotta.ftp:cotta-ftp:3.0")
'net.sf.cotta.ftp:cotta-ftp:jar:3.0'
<dependency org="net.sf.cotta.ftp" name="cotta-ftp" rev="3.0">
<artifact name="cotta-ftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cotta.ftp', module='cotta-ftp', version='3.0')
)
libraryDependencies += "net.sf.cotta.ftp" % "cotta-ftp" % "3.0"
[net.sf.cotta.ftp/cotta-ftp "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cotta.core : cotta | jar | 3.0 |
| commons-io : commons-io | jar | 1.4 |
| commons-net : commons-net | jar | 1.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cotta.testbase : cotta-testbase | jar | 3.0 |
| org.mockftpserver : MockFtpServer | jar | 2.3 |