MVN

com.oneandone : SSHConfig

Maven & Gradle

Dec 13, 2022
5 stars

SSH Config · Automatically maintain SSH configuration

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>SSHConfig</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneandone : SSHConfig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.oneandone : SSHConfig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
SSHConfig-1.1.11
SSHConfig-1.1.10
SSHConfig-1.1.9
SSHConfig-1.1.6
SSHConfig-1.1.5
SSHConfig-1.1.4

How to add a dependency to Maven

Add the following com.oneandone : SSHConfig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>SSHConfig</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneandone : SSHConfig gradle dependency to your build.gradle file:

implementation 'com.oneandone:SSHConfig:1.1.11'

Gradle Kotlin DSL: Add the following com.oneandone : SSHConfig gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oneandone:SSHConfig:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneandone : SSHConfig sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneandone" % "SSHConfig" % "1.1.11"

Advertisement