| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdorg.adeptnet.prtg |
| ArtifactId | ArtifactIdprtg-sshd |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPRTG Java Library
|
| Filename | Size |
|---|---|
| prtg-sshd-3.0.1.pom | |
| prtg-sshd-3.0.1.jar | 12 KB |
| prtg-sshd-3.0.1-sources.jar | 9 KB |
| prtg-sshd-3.0.1-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.adeptnet.prtg/prtg-sshd/ -->
<dependency>
<groupId>org.adeptnet.prtg</groupId>
<artifactId>prtg-sshd</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet.prtg/prtg-sshd/
implementation 'org.adeptnet.prtg:prtg-sshd:3.0.1'
// https://jarcasting.com/artifacts/org.adeptnet.prtg/prtg-sshd/
implementation ("org.adeptnet.prtg:prtg-sshd:3.0.1")
'org.adeptnet.prtg:prtg-sshd:jar:3.0.1'
<dependency org="org.adeptnet.prtg" name="prtg-sshd" rev="3.0.1">
<artifact name="prtg-sshd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet.prtg', module='prtg-sshd', version='3.0.1')
)
libraryDependencies += "org.adeptnet.prtg" % "prtg-sshd" % "3.0.1"
[org.adeptnet.prtg/prtg-sshd "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.adeptnet.prtg : prtg-config-xml | jar | 3.0.1 |
| org.apache.sshd : sshd-core | jar | 0.8.0 |