MVN

app.softwork.kobol : ssh-env

Maven & Gradle

Aug 15, 2023
1 stars

app.softwork KOBOL · A Cobol to Kotlin converter

<dependency>
    <groupId>app.softwork.kobol</groupId>
    <artifactId>ssh-env</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.softwork.kobol : ssh-env to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of app.softwork.kobol : ssh-env to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ssh-env-0.2.6
ssh-env-0.2.5
ssh-env-0.2.4
ssh-env-0.2.3
ssh-env-0.2.2
ssh-env-0.2.1
ssh-env-0.2.0
0.1.x
ssh-env-0.1.26
ssh-env-0.1.25
ssh-env-0.1.24
ssh-env-0.1.23
ssh-env-0.1.22
ssh-env-0.1.21
ssh-env-0.1.20
ssh-env-0.1.19
ssh-env-0.1.18
ssh-env-0.1.17
ssh-env-0.1.16
ssh-env-0.1.15
ssh-env-0.1.14
ssh-env-0.1.13
ssh-env-0.1.12
ssh-env-0.1.11
ssh-env-0.1.7
ssh-env-0.1.6
ssh-env-0.1.5
ssh-env-0.1.1
ssh-env-0.1.0
0.0.x
ssh-env-0.0.9
ssh-env-0.0.8
ssh-env-0.0.7
ssh-env-0.0.6

How to add a dependency to Maven

Add the following app.softwork.kobol : ssh-env maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.softwork.kobol</groupId>
    <artifactId>ssh-env</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.softwork.kobol : ssh-env gradle dependency to your build.gradle file:

implementation 'app.softwork.kobol:ssh-env:0.2.6'

Gradle Kotlin DSL: Add the following app.softwork.kobol : ssh-env gradle kotlin dependency to your build.gradle.kts file:

implementation("app.softwork.kobol:ssh-env:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.softwork.kobol : ssh-env sbt scala dependency to your build.sbt file:

libraryDependencies += "app.softwork.kobol" % "ssh-env" % "0.2.6"