| GroupId | GroupIdcom.github.wuic |
|---|---|
| ArtifactId | ArtifactIdwuic-ssh |
| Version | Version0.4.1.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wuic-ssh-0.4.1.RC1.pom | |
| wuic-ssh-0.4.1.RC1.jar | 6 KB |
| wuic-ssh-0.4.1.RC1-sources.jar | 6 KB |
| wuic-ssh-0.4.1.RC1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wuic/wuic-ssh/ -->
<dependency>
<groupId>com.github.wuic</groupId>
<artifactId>wuic-ssh</artifactId>
<version>0.4.1.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuic/wuic-ssh/
implementation 'com.github.wuic:wuic-ssh:0.4.1.RC1'
// https://jarcasting.com/artifacts/com.github.wuic/wuic-ssh/
implementation ("com.github.wuic:wuic-ssh:0.4.1.RC1")
'com.github.wuic:wuic-ssh:jar:0.4.1.RC1'
<dependency org="com.github.wuic" name="wuic-ssh" rev="0.4.1.RC1">
<artifact name="wuic-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuic', module='wuic-ssh', version='0.4.1.RC1')
)
libraryDependencies += "com.github.wuic" % "wuic-ssh" % "0.4.1.RC1"
[com.github.wuic/wuic-ssh "0.4.1.RC1"]