License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.kmbulebu.nicknack |
ArtifactId | ArtifactIdssh-provider |
Version | Version0.0.7 |
Type | Typejar |
Description |
Descriptionssh-provider
Provides SSH Actions to NickNack
|
Filename | Size |
---|---|
ssh-provider-0.0.7.pom | |
ssh-provider-0.0.7.jar | 841 KB |
ssh-provider-0.0.7-sources.jar | 8 KB |
ssh-provider-0.0.7-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/ssh-provider/ -->
<dependency>
<groupId>com.github.kmbulebu.nicknack</groupId>
<artifactId>ssh-provider</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/ssh-provider/
implementation 'com.github.kmbulebu.nicknack:ssh-provider:0.0.7'
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/ssh-provider/
implementation ("com.github.kmbulebu.nicknack:ssh-provider:0.0.7")
'com.github.kmbulebu.nicknack:ssh-provider:jar:0.0.7'
<dependency org="com.github.kmbulebu.nicknack" name="ssh-provider" rev="0.0.7">
<artifact name="ssh-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmbulebu.nicknack', module='ssh-provider', version='0.0.7')
)
libraryDependencies += "com.github.kmbulebu.nicknack" % "ssh-provider" % "0.0.7"
[com.github.kmbulebu.nicknack/ssh-provider "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.51 |
Group / Artifact | Type | Version |
---|---|---|
com.github.kmbulebu.nicknack : nicknack-core | jar | 0.0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |