License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-jsch-parent |
Last Version | Last Version2.5.4.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - JSch - Parent
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-jsch-parent-2.5.4.Final.pom | 756 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsch-parent</artifactId>
<version>2.5.4.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch-parent/
implementation 'io.quarkus:quarkus-jsch-parent:2.5.4.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jsch-parent/
implementation ("io.quarkus:quarkus-jsch-parent:2.5.4.Final")
'io.quarkus:quarkus-jsch-parent:pom:2.5.4.Final'
<dependency org="io.quarkus" name="quarkus-jsch-parent" rev="2.5.4.Final">
<artifact name="quarkus-jsch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-jsch-parent', version='2.5.4.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-jsch-parent" % "2.5.4.Final"
[io.quarkus/quarkus-jsch-parent "2.5.4.Final"]