MVN

org.uberfire : uberfire-ssh-api

Maven & Gradle

Jul 13, 2023
40 usages
82 stars

UberFire - SSH API

<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-ssh-api</artifactId>
    <version>7.74.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.uberfire : uberfire-ssh-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.74.1.Final

All Versions

Choose a version of org.uberfire : uberfire-ssh-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.74.x
uberfire-ssh-api-7.74.1.Final
uberfire-ssh-api-7.74.0.Final
7.73.x
uberfire-ssh-api-7.73.0.Final
7.72.x
uberfire-ssh-api-7.72.0.Final
7.71.x
uberfire-ssh-api-7.71.0.Final
7.70.x
uberfire-ssh-api-7.70.0.Final
7.69.x
uberfire-ssh-api-7.69.0.Final
7.68.x
uberfire-ssh-api-7.68.0.Final
7.67.x
uberfire-ssh-api-7.67.0.Final
7.66.x
uberfire-ssh-api-7.66.0.Final
7.65.x
uberfire-ssh-api-7.65.0.Final
7.64.x
uberfire-ssh-api-7.64.0.Final
7.63.x
uberfire-ssh-api-7.63.0.Final
7.62.x
uberfire-ssh-api-7.62.0.Final
7.61.x
uberfire-ssh-api-7.61.0.Final
7.60.x
uberfire-ssh-api-7.60.0.Final
7.59.x
uberfire-ssh-api-7.59.0.Final
7.58.x
uberfire-ssh-api-7.58.0.Final
7.57.x
uberfire-ssh-api-7.57.0.Final
7.56.x
uberfire-ssh-api-7.56.0.Final
7.55.x
uberfire-ssh-api-7.55.0.Final
7.54.x
uberfire-ssh-api-7.54.0.Final
7.53.x
uberfire-ssh-api-7.53.0.Final
7.52.x
uberfire-ssh-api-7.52.0.Final
7.51.x
uberfire-ssh-api-7.51.0.Final
7.50.x
uberfire-ssh-api-7.50.0.Final
7.49.x
uberfire-ssh-api-7.49.0.Final
7.48.x
uberfire-ssh-api-7.48.0.Final
7.47.x
uberfire-ssh-api-7.47.0.Final
7.46.x
uberfire-ssh-api-7.46.0.Final
uberfire-ssh-api-7.46.0.t20201030
7.45.x
uberfire-ssh-api-7.45.0.Final
uberfire-ssh-api-7.45.0.t20201014
uberfire-ssh-api-7.45.0.t20201009
7.44.x
uberfire-ssh-api-7.44.0.Final
7.43.x
uberfire-ssh-api-7.43.1.Final
uberfire-ssh-api-7.43.0.Final
uberfire-ssh-api-7.43.0.t20200824
7.42.x
uberfire-ssh-api-7.42.0.Final
7.41.x
uberfire-ssh-api-7.41.0.Final
uberfire-ssh-api-7.41.0.t20200723
7.40.x
uberfire-ssh-api-7.40.0.Final
uberfire-ssh-api-7.40.0.20200703
7.39.x
uberfire-ssh-api-7.39.0.Final
uberfire-ssh-api-7.39.0.CR1
7.38.x
uberfire-ssh-api-7.38.0.Final
7.37.x
uberfire-ssh-api-7.37.0.Final
7.36.x
uberfire-ssh-api-7.36.1.Final
uberfire-ssh-api-7.36.0.Final
uberfire-ssh-api-7.36.0.20200331
uberfire-ssh-api-7.36.0.20200330
7.35.x
uberfire-ssh-api-7.35.0.Final
7.34.x
uberfire-ssh-api-7.34.0.Final
7.33.x
uberfire-ssh-api-7.33.0.Final
7.32.x
uberfire-ssh-api-7.32.0.Final
uberfire-ssh-api-7.32.0.k20191223
7.31.x
uberfire-ssh-api-7.31.0.Final
7.30.x
uberfire-ssh-api-7.30.0.Final
7.29.x
uberfire-ssh-api-7.29.0.Final
7.28.x
uberfire-ssh-api-7.28.0.Final
2.24.x
uberfire-ssh-api-2.24.0.Final
2.23.x
uberfire-ssh-api-2.23.0.Final
2.22.x
uberfire-ssh-api-2.22.0.Final
2.21.x
uberfire-ssh-api-2.21.0.Final
2.20.x
uberfire-ssh-api-2.20.0.Final
2.19.x
uberfire-ssh-api-2.19.0.Final
2.18.x
uberfire-ssh-api-2.18.0.Final
2.17.x
uberfire-ssh-api-2.17.0.Final
2.16.x
uberfire-ssh-api-2.16.0.Final
2.15.x
uberfire-ssh-api-2.15.0.Final
2.14.x
uberfire-ssh-api-2.14.0.Final
2.13.x
uberfire-ssh-api-2.13.0.Final
2.12.x
uberfire-ssh-api-2.12.0.Final
2.11.x
uberfire-ssh-api-2.11.0.Final

How to add a dependency to Maven

Add the following org.uberfire : uberfire-ssh-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-ssh-api</artifactId>
    <version>7.74.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.uberfire : uberfire-ssh-api gradle dependency to your build.gradle file:

implementation 'org.uberfire:uberfire-ssh-api:7.74.1.Final'

Gradle Kotlin DSL: Add the following org.uberfire : uberfire-ssh-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.uberfire:uberfire-ssh-api:7.74.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.uberfire : uberfire-ssh-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.uberfire" % "uberfire-ssh-api" % "7.74.1.Final"

Advertisement

Dependencies from Group

Jul 13, 2023
455 usages
82 stars
Jul 13, 2023
315 usages
82 stars
Jul 13, 2023
209 usages
82 stars
Jul 13, 2023
204 usages
82 stars
Jul 13, 2023
194 usages
82 stars

Discover Dependencies

Apr 06, 2019
36 usages
1.9k stars
Mar 03, 2023
36 usages
2.4k stars
Jul 28, 2021
37 usages
0 stars
Feb 17, 2020
40 usages
Aug 12, 2022
38 usages
78 stars
Mar 20, 2023
35 usages
10 stars
Jun 07, 2023
35 usages
35 stars
Aug 15, 2023
35 usages
83 stars
Jun 20, 2023
40 usages
58 stars