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