License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-home |
Version | Version11.0.11 |
Type | Typepom |
Description |
DescriptionJetty :: Home Assembly
The Eclipse Jetty Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-home-11.0.11.pom | |
jetty-home-11.0.11.zip | 33 KB |
jetty-home-11.0.11-sources.zip | 10 MB |
jetty-home-11.0.11-sources.tar.gz | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-home</artifactId>
<version>11.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/
implementation 'org.eclipse.jetty:jetty-home:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-home/
implementation ("org.eclipse.jetty:jetty-home:11.0.11")
'org.eclipse.jetty:jetty-home:pom:11.0.11'
<dependency org="org.eclipse.jetty" name="jetty-home" rev="11.0.11">
<artifact name="jetty-home" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-home', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-home" % "11.0.11"
[org.eclipse.jetty/jetty-home "11.0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.11 |
org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
org.junit.jupiter : junit-jupiter | jar |