Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.sonatype.sisu |
ArtifactId | ArtifactIdsisu-bundle-launcher-jetty |
Version | Version1.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-jetty/ -->
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-bundle-launcher-jetty</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-jetty/
implementation 'org.sonatype.sisu:sisu-bundle-launcher-jetty:1.5.3'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-jetty/
implementation ("org.sonatype.sisu:sisu-bundle-launcher-jetty:1.5.3")
'org.sonatype.sisu:sisu-bundle-launcher-jetty:jar:1.5.3'
<dependency org="org.sonatype.sisu" name="sisu-bundle-launcher-jetty" rev="1.5.3">
<artifact name="sisu-bundle-launcher-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-bundle-launcher-jetty', version='1.5.3')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-jetty" % "1.5.3"
[org.sonatype.sisu/sisu-bundle-launcher-jetty "1.5.3"]