Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.hqstevenson.junit |
ArtifactId | ArtifactIdsftp-junit |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
sftp-junit-0.2.4.pom | |
sftp-junit-0.2.4.jar | 23 KB |
sftp-junit-0.2.4-sources.jar | 16 KB |
sftp-junit-0.2.4-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/ -->
<dependency>
<groupId>com.github.hqstevenson.junit</groupId>
<artifactId>sftp-junit</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation 'com.github.hqstevenson.junit:sftp-junit:0.2.4'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation ("com.github.hqstevenson.junit:sftp-junit:0.2.4")
'com.github.hqstevenson.junit:sftp-junit:jar:0.2.4'
<dependency org="com.github.hqstevenson.junit" name="sftp-junit" rev="0.2.4">
<artifact name="sftp-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='sftp-junit', version='0.2.4')
)
libraryDependencies += "com.github.hqstevenson.junit" % "sftp-junit" % "0.2.4"
[com.github.hqstevenson.junit/sftp-junit "0.2.4"]