| License | License | 
|---|---|
| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
| GroupId | GroupIdorg.jvnet.hudson | 
| ArtifactId | ArtifactIdsshd | 
| Last Version | Last Version1.0-pre-hudson-1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApache Mina SSHD 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-1.0-pre-hudson-1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>sshd</artifactId>
    <version>1.0-pre-hudson-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/
implementation 'org.jvnet.hudson:sshd:1.0-pre-hudson-1'// https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/
implementation ("org.jvnet.hudson:sshd:1.0-pre-hudson-1")'org.jvnet.hudson:sshd:pom:1.0-pre-hudson-1'<dependency org="org.jvnet.hudson" name="sshd" rev="1.0-pre-hudson-1">
  <artifact name="sshd" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson', module='sshd', version='1.0-pre-hudson-1')
)libraryDependencies += "org.jvnet.hudson" % "sshd" % "1.0-pre-hudson-1"[org.jvnet.hudson/sshd "1.0-pre-hudson-1"]