License |
License |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdsshd-eddsa |
Last Version | Last Version2.6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsshd-eddsa
SSHD server and client library for Java and Groovy
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sshd-eddsa-2.6.0.0.pom | |
sshd-eddsa-2.6.0.0.jar | 58 KB |
sshd-eddsa-2.6.0.0-sources.jar | 46 KB |
sshd-eddsa-2.6.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/sshd-eddsa/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>sshd-eddsa</artifactId>
<version>2.6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/sshd-eddsa/
implementation 'org.xbib:sshd-eddsa:2.6.0.0'
// https://jarcasting.com/artifacts/org.xbib/sshd-eddsa/
implementation ("org.xbib:sshd-eddsa:2.6.0.0")
'org.xbib:sshd-eddsa:jar:2.6.0.0'
<dependency org="org.xbib" name="sshd-eddsa" rev="2.6.0.0">
<artifact name="sshd-eddsa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='sshd-eddsa', version='2.6.0.0')
)
libraryDependencies += "org.xbib" % "sshd-eddsa" % "2.6.0.0"
[org.xbib/sshd-eddsa "2.6.0.0"]