Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-jsch |
Version | Version1.8.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
quarkus-jsch-1.8.0.CR1.pom | |
quarkus-jsch-1.8.0.CR1.jar | 4 KB |
quarkus-jsch-1.8.0.CR1-sources.jar | 3 KB |
quarkus-jsch-1.8.0.CR1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsch</artifactId>
<version>1.8.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch/
implementation 'io.quarkus:quarkus-jsch:1.8.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch/
implementation ("io.quarkus:quarkus-jsch:1.8.0.CR1")
'io.quarkus:quarkus-jsch:jar:1.8.0.CR1'
<dependency org="io.quarkus" name="quarkus-jsch" rev="1.8.0.CR1">
<artifact name="quarkus-jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-jsch', version='1.8.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-jsch" % "1.8.0.CR1"
[io.quarkus/quarkus-jsch "1.8.0.CR1"]