License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.jsch |
ArtifactId | ArtifactIdquarkus-jsch-integration-tests |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionQuarkus - JSch - Integration Tests
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-integration-tests/ -->
<dependency>
<groupId>io.quarkiverse.jsch</groupId>
<artifactId>quarkus-jsch-integration-tests</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-integration-tests/
implementation 'io.quarkiverse.jsch:quarkus-jsch-integration-tests:1.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-integration-tests/
implementation ("io.quarkiverse.jsch:quarkus-jsch-integration-tests:1.0.0")
'io.quarkiverse.jsch:quarkus-jsch-integration-tests:jar:1.0.0'
<dependency org="io.quarkiverse.jsch" name="quarkus-jsch-integration-tests" rev="1.0.0">
<artifact name="quarkus-jsch-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.jsch', module='quarkus-jsch-integration-tests', version='1.0.0')
)
libraryDependencies += "io.quarkiverse.jsch" % "quarkus-jsch-integration-tests" % "1.0.0"
[io.quarkiverse.jsch/quarkus-jsch-integration-tests "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkiverse.jsch : quarkus-jsch | jar | 1.0.0 |
io.quarkus : quarkus-resteasy | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
org.apache.sshd : sshd-core | jar | 2.8.0 |
io.rest-assured : rest-assured | jar |