License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.signed.inmemory.ftp |
ArtifactId | ArtifactIdftp-server-junit |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionin memory infrastructure
A collection of easy to use in memory servers for testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ftp-server-junit-0.1.0.pom | |
ftp-server-junit-0.1.0.jar | 6 KB |
ftp-server-junit-0.1.0-tests.jar | 5 KB |
ftp-server-junit-0.1.0-sources.jar | 1 KB |
ftp-server-junit-0.1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.signed.inmemory.ftp/ftp-server-junit/ -->
<dependency>
<groupId>com.github.signed.inmemory.ftp</groupId>
<artifactId>ftp-server-junit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.inmemory.ftp/ftp-server-junit/
implementation 'com.github.signed.inmemory.ftp:ftp-server-junit:0.1.0'
// https://jarcasting.com/artifacts/com.github.signed.inmemory.ftp/ftp-server-junit/
implementation ("com.github.signed.inmemory.ftp:ftp-server-junit:0.1.0")
'com.github.signed.inmemory.ftp:ftp-server-junit:jar:0.1.0'
<dependency org="com.github.signed.inmemory.ftp" name="ftp-server-junit" rev="0.1.0">
<artifact name="ftp-server-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.inmemory.ftp', module='ftp-server-junit', version='0.1.0')
)
libraryDependencies += "com.github.signed.inmemory.ftp" % "ftp-server-junit" % "0.1.0"
[com.github.signed.inmemory.ftp/ftp-server-junit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.github.signed.inmemory.ftp : ftp-server | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-net : commons-net | jar | 3.3 |
com.google.guava : guava | jar | 17.0 |