GroupId | GroupIdorg.apache.sshd |
---|---|
ArtifactId | ArtifactIdsshd |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
sshd-2.4.0.pom | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sshd/sshd/ -->
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sshd/sshd/
implementation 'org.apache.sshd:sshd:2.4.0'
// https://jarcasting.com/artifacts/org.apache.sshd/sshd/
implementation ("org.apache.sshd:sshd:2.4.0")
'org.apache.sshd:sshd:pom:2.4.0'
<dependency org="org.apache.sshd" name="sshd" rev="2.4.0">
<artifact name="sshd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sshd', module='sshd', version='2.4.0')
)
libraryDependencies += "org.apache.sshd" % "sshd" % "2.4.0"
[org.apache.sshd/sshd "2.4.0"]