License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdstool |
Version | Version3.2.0 |
Type | Typejar |
Description |
DescriptionStool
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 URL |
Project URL |
Project Organization |
Project Organization1&1 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stool-3.2.0.pom | |
stool-3.2.0.jar | 963 KB |
stool-3.2.0-test-sources.jar | 11 KB |
stool-3.2.0-sources.jar | 832 KB |
stool-3.2.0-javadoc.jar | 667 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/stool/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>stool</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation 'net.oneandone:stool:3.2.0'
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation ("net.oneandone:stool:3.2.0")
'net.oneandone:stool:jar:3.2.0'
<dependency org="net.oneandone" name="stool" rev="3.2.0">
<artifact name="stool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='stool', version='3.2.0')
)
libraryDependencies += "net.oneandone" % "stool" % "3.2.0"
[net.oneandone/stool "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.oneandone : sushi | jar | 2.8.18 |
net.oneandone.maven : embedded | jar | 3.11.0 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.3.0 |
org.sonatype.sisu : sisu-guice | jar | 3.2.5 |
org.apache.httpcomponents : httpcore | jar | 4.3.2 |
javax.mail : mail | jar | 1.5.0-b01 |
org.slf4j : slf4j-api | jar | 1.7.7 |
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
com.google.code.gson : gson | jar | 2.2.4 |
org.springframework : spring-core | jar | 4.1.3.RELEASE |
org.springframework : spring-web | jar | 4.1.3.RELEASE |
org.springframework : spring-webmvc | jar | 4.1.3.RELEASE |
org.springframework.security : spring-security-web | jar | 4.0.0.RELEASE |
org.springframework.security : spring-security-config | jar | 4.0.0.RELEASE |
org.springframework.security : spring-security-ldap | jar | 4.0.0.RELEASE |
org.springframework.security : spring-security-cas-client | jar | 3.0.8.RELEASE |
javax.servlet : jstl | jar | 1.2 |
com.github.zafarkhaja : java-semver | jar | 0.7.2 |
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |