Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.sonatype.sisu |
ArtifactId | ArtifactIdsisu-bundle-launcher-tomcat |
Version | Version1.9 |
Type | Typejar |
<!-- 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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-tomcat/
implementation 'org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.9'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-tomcat/
implementation ("org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.9")
'org.sonatype.sisu:sisu-bundle-launcher-tomcat:jar:1.9'
<dependency org="org.sonatype.sisu" name="sisu-bundle-launcher-tomcat" rev="1.9">
<artifact name="sisu-bundle-launcher-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-bundle-launcher-tomcat', version='1.9')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-tomcat" % "1.9"
[org.sonatype.sisu/sisu-bundle-launcher-tomcat "1.9"]