License |
License |
---|---|
GroupId | GroupIdorg.mockftpserver |
ArtifactId | ArtifactIdMockFtpServer |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockFtpServer
The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client code.
|
Project URL |
Project URL |
Filename | Size |
---|---|
MockFtpServer-3.0.0.pom | |
MockFtpServer-3.0.0.jar | 136 KB |
MockFtpServer-3.0.0-sources.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/ -->
<dependency>
<groupId>org.mockftpserver</groupId>
<artifactId>MockFtpServer</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/
implementation 'org.mockftpserver:MockFtpServer:3.0.0'
// https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/
implementation ("org.mockftpserver:MockFtpServer:3.0.0")
'org.mockftpserver:MockFtpServer:jar:3.0.0'
<dependency org="org.mockftpserver" name="MockFtpServer" rev="3.0.0">
<artifact name="MockFtpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockftpserver', module='MockFtpServer', version='3.0.0')
)
libraryDependencies += "org.mockftpserver" % "MockFtpServer" % "3.0.0"
[org.mockftpserver/MockFtpServer "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |