| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdtop.jfunc.network |
| ArtifactId | ArtifactIdftp |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionftp
ftp接口设计和实现
|
| Filename | Size |
|---|---|
| ftp-1.0.pom | |
| ftp-1.0.jar | 19 KB |
| ftp-1.0-sources.jar | 12 KB |
| ftp-1.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/ftp/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>ftp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/ftp/
implementation 'top.jfunc.network:ftp:1.0'
// https://jarcasting.com/artifacts/top.jfunc.network/ftp/
implementation ("top.jfunc.network:ftp:1.0")
'top.jfunc.network:ftp:jar:1.0'
<dependency org="top.jfunc.network" name="ftp" rev="1.0">
<artifact name="ftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='ftp', version='1.0')
)
libraryDependencies += "top.jfunc.network" % "ftp" % "1.0"
[top.jfunc.network/ftp "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-net : commons-net | jar | 3.3 |
| top.jfunc.common : utils | jar | 1.8.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |