s

stool

Stage tool - runs multiple web applications on a single machine.
https://github.com/mlhartme/stool
Michael Hartmeier Maximilian Braun Richard Sternagel Goekhan Arican
Files download
File Operation
stool-3.0.1.jar download
stool-3.0.1.pom download
stool-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.oneandone</groupId>
  <artifactId>stool</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.oneandone:stool:3.0.1'
Gradle Kotlin
implementation("net.oneandone:stool:3.0.1")
Scala SBT
libraryDependencies += "net.oneandone" % "stool" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.oneandone', module='stool', version='3.0.1')
)
Apache Ivy
<dependency org="net.oneandone" name="stool" rev="3.0.1" />
Leiningen
[net.oneandone/stool "3.0.1"]
Apache Buildr
'net.oneandone:stool:jar:3.0.1'