Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.signed.inmemory.ftp |
ArtifactId | ArtifactIdftp-server-junit |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ftp-server-junit-0.0.4.pom | |
ftp-server-junit-0.0.4.jar | 5 KB |
ftp-server-junit-0.0.4-tests.jar | 261 bytes |
ftp-server-junit-0.0.4-sources.jar | 1 KB |
ftp-server-junit-0.0.4-javadoc.jar | 17 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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.inmemory.ftp/ftp-server-junit/
implementation 'com.github.signed.inmemory.ftp:ftp-server-junit:0.0.4'
// https://jarcasting.com/artifacts/com.github.signed.inmemory.ftp/ftp-server-junit/
implementation ("com.github.signed.inmemory.ftp:ftp-server-junit:0.0.4")
'com.github.signed.inmemory.ftp:ftp-server-junit:jar:0.0.4'
<dependency org="com.github.signed.inmemory.ftp" name="ftp-server-junit" rev="0.0.4">
<artifact name="ftp-server-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.inmemory.ftp', module='ftp-server-junit', version='0.0.4')
)
libraryDependencies += "com.github.signed.inmemory.ftp" % "ftp-server-junit" % "0.0.4"
[com.github.signed.inmemory.ftp/ftp-server-junit "0.0.4"]