MVN

com.net128.oss.web.lib : webshell

Maven & Gradle

Jul 31, 2020
1 usages
0 stars

web-shell-lib · web-shell - a web shell based on Spring, web sockets and Javascript

<dependency>
    <groupId>com.net128.oss.web.lib</groupId>
    <artifactId>webshell</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.net128.oss.web.lib : webshell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of com.net128.oss.web.lib : webshell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
webshell-0.1.5
webshell-0.1.4
webshell-0.1.1
webshell-0.1.0

How to add a dependency to Maven

Add the following com.net128.oss.web.lib : webshell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.net128.oss.web.lib</groupId>
    <artifactId>webshell</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.net128.oss.web.lib : webshell gradle dependency to your build.gradle file:

implementation 'com.net128.oss.web.lib:webshell:0.1.5'

Gradle Kotlin DSL: Add the following com.net128.oss.web.lib : webshell gradle kotlin dependency to your build.gradle.kts file:

implementation("com.net128.oss.web.lib:webshell:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.net128.oss.web.lib : webshell sbt scala dependency to your build.sbt file:

libraryDependencies += "com.net128.oss.web.lib" % "webshell" % "0.1.5"