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