w

web-shell-app

a web shell application based on the web-shell library
Files download
File Operation
web-shell-app-0.1.7.pom download
web-shell-app-0.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.net128.oss.web.application</groupId>
  <artifactId>web-shell-app</artifactId>
  <version>0.1.7</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.net128.oss.web.application:web-shell-app:0.1.7'
Gradle Kotlin
implementation("com.net128.oss.web.application:web-shell-app:0.1.7")
Scala SBT
libraryDependencies += "com.net128.oss.web.application" % "web-shell-app" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.net128.oss.web.application', module='web-shell-app', version='0.1.7')
)
Apache Ivy
<dependency org="com.net128.oss.web.application" name="web-shell-app" rev="0.1.7" />
Leiningen
[com.net128.oss.web.application/web-shell-app "0.1.7"]
Apache Buildr
'com.net128.oss.web.application:web-shell-app:jar:0.1.7'