MVN

net.oneandone : stool

Maven & Gradle

Apr 09, 2021
4 stars

Stool · Runs multiple web applications in multiple tomcats on a single machine. Stool is a command line tool that provides a lifecycle for stages: create, configure, build, run and remove. A stage contains web applications, that may come in different flavors: Maven war projects or artifacts (GAV coordinates).

<dependency>
    <groupId>net.oneandone</groupId>
    <artifactId>stool</artifactId>
    <version>stool</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oneandone : stool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: stool
  • Latest Beta: 3.0.0-beta-2

All Versions

Choose a version of net.oneandone : stool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
stool-3.2.0
3.1.x
stool-3.1.0
3.0.x
stool-3.0.1
stool-3.0.0
stool-3.0.0-beta-2
stool
stool-stool
server
stool-server
client
stool-client
docker
stool-docker
main
stool-main
dashboard
stool-dashboard
site
stool-site
setup
stool-setup
documentation
stool-documentation

How to add a dependency to Maven

Add the following net.oneandone : stool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oneandone</groupId>
    <artifactId>stool</artifactId>
    <version>stool</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oneandone : stool gradle dependency to your build.gradle file:

implementation 'net.oneandone:stool:stool'

Gradle Kotlin DSL: Add the following net.oneandone : stool gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oneandone:stool:stool")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oneandone : stool sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oneandone" % "stool" % "stool"

Advertisement

Dependencies from Group

Jan 08, 2021
26 usages
7 stars
Nov 29, 2018
6 usages
0 stars
Dec 14, 2018
5 usages
10 stars
Dec 14, 2018
4 usages
10 stars
Dec 19, 2022
2 usages
2 stars

Discover Dependencies

Aug 23, 2016
2 usages
40 stars
Aug 23, 2016
1 usages
40 stars
Aug 23, 2016
1 usages
40 stars
Jun 07, 2015