| Категории |
КатегорииTomcat Контейнер Application Servers |
|---|---|
| Группа | Группаorg.sonatype.sisu |
| Идентификатор | Идентификаторsisu-bundle-launcher-tomcat |
| Версия | Версия1.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-tomcat/ -->
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-bundle-launcher-tomcat</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-tomcat/
implementation 'org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.6'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-tomcat/
implementation ("org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.6")
'org.sonatype.sisu:sisu-bundle-launcher-tomcat:jar:1.6'
<dependency org="org.sonatype.sisu" name="sisu-bundle-launcher-tomcat" rev="1.6">
<artifact name="sisu-bundle-launcher-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-bundle-launcher-tomcat', version='1.6')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-tomcat" % "1.6"
[org.sonatype.sisu/sisu-bundle-launcher-tomcat "1.6"]