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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.oneandone
Идентификатор

Идентификатор

stool
Последняя версия

Последняя версия

3.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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).
Ссылка на сайт

Ссылка на сайт

https://github.com/mlhartme/stool
Организация-разработчик

Организация-разработчик

1&1
Система контроля версий

Система контроля версий

https://github.com/mlhartme/stool

Скачать stool

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (20)

Идентификатор библиотеки Тип Версия
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

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-beta-2