License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.jsch |
ArtifactId | ArtifactIdquarkus-jsch |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - JSch - Runtime
Connect to servers using the SSH2 protocol
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-jsch-2.0.0.pom | |
quarkus-jsch-2.0.0.jar | 4 KB |
quarkus-jsch-2.0.0-sources.jar | 3 KB |
quarkus-jsch-2.0.0-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch/ -->
<dependency>
<groupId>io.quarkiverse.jsch</groupId>
<artifactId>quarkus-jsch</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch/
implementation 'io.quarkiverse.jsch:quarkus-jsch:2.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch/
implementation ("io.quarkiverse.jsch:quarkus-jsch:2.0.0")
'io.quarkiverse.jsch:quarkus-jsch:jar:2.0.0'
<dependency org="io.quarkiverse.jsch" name="quarkus-jsch" rev="2.0.0">
<artifact name="quarkus-jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.jsch', module='quarkus-jsch', version='2.0.0')
)
libraryDependencies += "io.quarkiverse.jsch" % "quarkus-jsch" % "2.0.0"
[io.quarkiverse.jsch/quarkus-jsch "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
com.github.mwiede : jsch | jar | 0.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |