License |
License |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-apache-sshd |
Version | Version6.1.0.Beta1 |
Type | Typejar |
Description |
DescriptionKIE EAP - org-apache-sshd static module
KIE Workbench - Distributions
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org-apache-sshd-6.1.0.Beta1.pom | 1 KB |
org-apache-sshd-6.1.0.Beta1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-apache-sshd/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-sshd</artifactId>
<version>6.1.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-sshd/
implementation 'org.kie.modules:org-apache-sshd:6.1.0.Beta1'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-sshd/
implementation ("org.kie.modules:org-apache-sshd:6.1.0.Beta1")
'org.kie.modules:org-apache-sshd:jar:6.1.0.Beta1'
<dependency org="org.kie.modules" name="org-apache-sshd" rev="6.1.0.Beta1">
<artifact name="org-apache-sshd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-sshd', version='6.1.0.Beta1')
)
libraryDependencies += "org.kie.modules" % "org-apache-sshd" % "6.1.0.Beta1"
[org.kie.modules/org-apache-sshd "6.1.0.Beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.sshd : sshd-core | jar | 0.9.0 |
junit : junit | jar |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar |