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