Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thevpc.nuts.lib |
ArtifactId | ArtifactIdnlib-ssh |
Version | Version0.8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nlib-ssh-0.8.1.0.pom | |
nlib-ssh-0.8.1.0.jar | 26 KB |
nlib-ssh-0.8.1.0-sources.jar | 14 KB |
nlib-ssh-0.8.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-ssh/ -->
<dependency>
<groupId>net.thevpc.nuts.lib</groupId>
<artifactId>nlib-ssh</artifactId>
<version>0.8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-ssh/
implementation 'net.thevpc.nuts.lib:nlib-ssh:0.8.1.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-ssh/
implementation ("net.thevpc.nuts.lib:nlib-ssh:0.8.1.0")
'net.thevpc.nuts.lib:nlib-ssh:jar:0.8.1.0'
<dependency org="net.thevpc.nuts.lib" name="nlib-ssh" rev="0.8.1.0">
<artifact name="nlib-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.lib', module='nlib-ssh', version='0.8.1.0')
)
libraryDependencies += "net.thevpc.nuts.lib" % "nlib-ssh" % "0.8.1.0"
[net.thevpc.nuts.lib/nlib-ssh "0.8.1.0"]