MVN

com.github.ostrovskal : sshstd

Maven & Gradle

Oct 19, 2020

com.github.ostrovskal:sshSTD · A small library containing a wrapper for the classes of Android framework

<dependency>
    <groupId>com.github.ostrovskal</groupId>
    <artifactId>sshstd</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ostrovskal : sshstd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.github.ostrovskal : sshstd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sshstd-1.1.6
sshstd-1.1.5
sshstd-1.1.4
sshstd-1.1.2
1.0.x
sshstd-1.0.9
sshstd-1.0.8
sshstd-1.0.7
sshstd-1.0.6
sshstd-1.0.5
sshstd-1.0.4
sshstd-1.0.3
sshstd-1.0.2
sshstd-1.0.1
sshstd-1.0.0
0.9.x
sshstd-0.9.6
sshstd-0.9.5
sshstd-0.9.1
sshstd-0.9.0
0.8.x
sshstd-0.8.8
sshstd-0.8.7
sshstd-0.8.4
sshstd-0.8.3
sshstd-0.8.2
0.7.x
sshstd-0.7.1
0.6.x
sshstd-0.6.3
sshstd-0.6.0
0.5.x
sshstd-0.5.1
0.4.x
sshstd-0.4.1
sshstd-0.4.0
0.3.x
sshstd-0.3.8
sshstd-0.3.6
0.1.x
sshstd-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.ostrovskal</groupId>
    <artifactId>sshstd</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ostrovskal : sshstd gradle dependency to your build.gradle file:

implementation 'com.github.ostrovskal:sshstd:1.1.6'

Gradle Kotlin DSL: Add the following com.github.ostrovskal : sshstd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ostrovskal:sshstd:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ostrovskal : sshstd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ostrovskal" % "sshstd" % "1.1.6"