Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.kmbulebu.nicknack |
ArtifactId | ArtifactIdssh-provider |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ssh-provider-0.0.5.pom | |
ssh-provider-0.0.5.jar | 841 KB |
ssh-provider-0.0.5-sources.jar | 8 KB |
ssh-provider-0.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/ssh-provider/
implementation 'com.github.kmbulebu.nicknack:ssh-provider:0.0.5'
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/ssh-provider/
implementation ("com.github.kmbulebu.nicknack:ssh-provider:0.0.5")
'com.github.kmbulebu.nicknack:ssh-provider:jar:0.0.5'
<dependency org="com.github.kmbulebu.nicknack" name="ssh-provider" rev="0.0.5">
<artifact name="ssh-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmbulebu.nicknack', module='ssh-provider', version='0.0.5')
)
libraryDependencies += "com.github.kmbulebu.nicknack" % "ssh-provider" % "0.0.5"
[com.github.kmbulebu.nicknack/ssh-provider "0.0.5"]