Last Version

Stool 6.0.0

Runs multiple web applications in Docker containers. 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).

License

License

Categories

Categories

Net
GroupId

GroupId

net.oneandone.stool
ArtifactId

ArtifactId

stool
Version

Version

6.0.0
Type

Type

pom
Description

Description

Stool
Runs multiple web applications in Docker containers. 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).
Project URL

Project URL

https://github.com/mlhartme/stool
Project Organization

Project Organization

1&1
Source Code Management

Source Code Management

https://github.com/mlhartme/stool

Download stool 6.0.0

Filename Size
stool-6.0.0.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • docker
  • server
  • client