| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.sshd | 
| ArtifactId | ArtifactIdsshd-pam | 
| Last Version | Last Version0.11.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Mina SSHD :: PAM The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sshd-pam-0.11.0.pom | |
| sshd-pam-0.11.0.jar | 8 KB | 
| sshd-pam-0.11.0-sources.jar | 6 KB | 
| sshd-pam-0.11.0-javadoc.jar | 26 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.sshd/sshd-pam/ -->
<dependency>
    <groupId>org.apache.sshd</groupId>
    <artifactId>sshd-pam</artifactId>
    <version>0.11.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.sshd/sshd-pam/
implementation 'org.apache.sshd:sshd-pam:0.11.0'// https://jarcasting.com/artifacts/org.apache.sshd/sshd-pam/
implementation ("org.apache.sshd:sshd-pam:0.11.0")'org.apache.sshd:sshd-pam:jar:0.11.0'<dependency org="org.apache.sshd" name="sshd-pam" rev="0.11.0">
  <artifact name="sshd-pam" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.sshd', module='sshd-pam', version='0.11.0')
)libraryDependencies += "org.apache.sshd" % "sshd-pam" % "0.11.0"[org.apache.sshd/sshd-pam "0.11.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.sshd : sshd-core | jar | 0.11.0 | 
| net.sf.jpam : jpam | jar | 1.1 |