MVN

io.github.sylllys : insideout-shell

Maven & Gradle

Dec 03, 2020
68.1k stars

insideout-shell

<dependency>
    <groupId>io.github.sylllys</groupId>
    <artifactId>insideout-shell</artifactId>
    <version>20201203-125509</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sylllys : insideout-shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20201203-125509

All Versions

Choose a version of io.github.sylllys : insideout-shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20201203
insideout-shell-20201203-125509

How to add a dependency to Maven

Add the following io.github.sylllys : insideout-shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sylllys</groupId>
    <artifactId>insideout-shell</artifactId>
    <version>20201203-125509</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sylllys : insideout-shell gradle dependency to your build.gradle file:

implementation 'io.github.sylllys:insideout-shell:20201203-125509'

Gradle Kotlin DSL: Add the following io.github.sylllys : insideout-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sylllys:insideout-shell:20201203-125509")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sylllys : insideout-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sylllys" % "insideout-shell" % "20201203-125509"

Advertisement