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