Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.osgi |
ArtifactId | ArtifactIdjetty-osgi-boot-warurl |
Version | Version10.0.0.alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/jetty-osgi-boot-warurl/ -->
<dependency>
<groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-boot-warurl</artifactId>
<version>10.0.0.alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/jetty-osgi-boot-warurl/
implementation 'org.eclipse.jetty.osgi:jetty-osgi-boot-warurl:10.0.0.alpha2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.osgi/jetty-osgi-boot-warurl/
implementation ("org.eclipse.jetty.osgi:jetty-osgi-boot-warurl:10.0.0.alpha2")
'org.eclipse.jetty.osgi:jetty-osgi-boot-warurl:jar:10.0.0.alpha2'
<dependency org="org.eclipse.jetty.osgi" name="jetty-osgi-boot-warurl" rev="10.0.0.alpha2">
<artifact name="jetty-osgi-boot-warurl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.osgi', module='jetty-osgi-boot-warurl', version='10.0.0.alpha2')
)
libraryDependencies += "org.eclipse.jetty.osgi" % "jetty-osgi-boot-warurl" % "10.0.0.alpha2"
[org.eclipse.jetty.osgi/jetty-osgi-boot-warurl "10.0.0.alpha2"]