is not current version
Last Version 6.0.0

net.oneandone.stool:stool 3.4.10

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).

Categories

Categories

Net
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

stool
Version

Version

3.4.10
Type

Type

pom

Download stool 3.4.10

Filename Size
stool-3.4.10.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/net.oneandone.stool/stool/ -->
<dependency>
    <groupId>net.oneandone.stool</groupId>
    <artifactId>stool</artifactId>
    <version>3.4.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/stool/
implementation 'net.oneandone.stool:stool:3.4.10'
// https://jarcasting.com/artifacts/net.oneandone.stool/stool/
implementation ("net.oneandone.stool:stool:3.4.10")
'net.oneandone.stool:stool:pom:3.4.10'
<dependency org="net.oneandone.stool" name="stool" rev="3.4.10">
  <artifact name="stool" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='stool', version='3.4.10')
)
libraryDependencies += "net.oneandone.stool" % "stool" % "3.4.10"
[net.oneandone.stool/stool "3.4.10"]