Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.hqstevenson.junit |
ArtifactId | ArtifactIdsftp-junit |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
sftp-junit-0.2.2.pom | |
sftp-junit-0.2.2.jar | 8 KB |
sftp-junit-0.2.2-sources.jar | 7 KB |
sftp-junit-0.2.2-javadoc.jar | 45 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation 'com.github.hqstevenson.junit:sftp-junit:0.2.2'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation ("com.github.hqstevenson.junit:sftp-junit:0.2.2")
'com.github.hqstevenson.junit:sftp-junit:jar:0.2.2'
<dependency org="com.github.hqstevenson.junit" name="sftp-junit" rev="0.2.2">
<artifact name="sftp-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='sftp-junit', version='0.2.2')
)
libraryDependencies += "com.github.hqstevenson.junit" % "sftp-junit" % "0.2.2"
[com.github.hqstevenson.junit/sftp-junit "0.2.2"]