| Категории |
КатегорииTomcat Контейнер Application Servers |
|---|---|
| Группа | Группаit.thomasjohansen.weblauncher |
| Идентификатор | Идентификаторtomcat-launcher |
| Версия | Версия1.0-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tomcat-launcher-1.0-RC1.pom | |
| tomcat-launcher-1.0-RC1.jar | 9 KB |
| tomcat-launcher-1.0-RC1-sources.jar | 3 KB |
| tomcat-launcher-1.0-RC1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.weblauncher</groupId>
<artifactId>tomcat-launcher</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/
implementation 'it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC1'
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/
implementation ("it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC1")
'it.thomasjohansen.weblauncher:tomcat-launcher:jar:1.0-RC1'
<dependency org="it.thomasjohansen.weblauncher" name="tomcat-launcher" rev="1.0-RC1">
<artifact name="tomcat-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='tomcat-launcher', version='1.0-RC1')
)
libraryDependencies += "it.thomasjohansen.weblauncher" % "tomcat-launcher" % "1.0-RC1"
[it.thomasjohansen.weblauncher/tomcat-launcher "1.0-RC1"]