License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.jsch |
ArtifactId | ArtifactIdquarkus-jsch-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionQuarkus - JSch - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-jsch-parent-1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-parent/ -->
<dependency>
<groupId>io.quarkiverse.jsch</groupId>
<artifactId>quarkus-jsch-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-parent/
implementation 'io.quarkiverse.jsch:quarkus-jsch-parent:1.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.jsch/quarkus-jsch-parent/
implementation ("io.quarkiverse.jsch:quarkus-jsch-parent:1.0.0")
'io.quarkiverse.jsch:quarkus-jsch-parent:pom:1.0.0'
<dependency org="io.quarkiverse.jsch" name="quarkus-jsch-parent" rev="1.0.0">
<artifact name="quarkus-jsch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.jsch', module='quarkus-jsch-parent', version='1.0.0')
)
libraryDependencies += "io.quarkiverse.jsch" % "quarkus-jsch-parent" % "1.0.0"
[io.quarkiverse.jsch/quarkus-jsch-parent "1.0.0"]