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