License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone.stool |
ArtifactId | ArtifactIdsetup |
Version | Version3.3.5 |
Type | Typejar |
Description |
DescriptionStool Setup
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).
|
Project Organization |
Project Organization1&1 |
Filename | Size |
---|---|
setup-3.3.5.pom | |
setup-3.3.5.jar | 17 KB |
setup-3.3.5-sources.jar | 8 KB |
setup-3.3.5-javadoc.jar | 45 KB |
setup-3.3.5-dashboard.deb | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.stool/setup/ -->
<dependency>
<groupId>net.oneandone.stool</groupId>
<artifactId>setup</artifactId>
<version>3.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.stool/setup/
implementation 'net.oneandone.stool:setup:3.3.5'
// https://jarcasting.com/artifacts/net.oneandone.stool/setup/
implementation ("net.oneandone.stool:setup:3.3.5")
'net.oneandone.stool:setup:jar:3.3.5'
<dependency org="net.oneandone.stool" name="setup" rev="3.3.5">
<artifact name="setup" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.stool', module='setup', version='3.3.5')
)
libraryDependencies += "net.oneandone.stool" % "setup" % "3.3.5"
[net.oneandone.stool/setup "3.3.5"]
Group / Artifact | Type | Version |
---|---|---|
net.oneandone.stool : main | jar | 3.3.5 |
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |