<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>10.0.20</version> </dependency>
implementation 'org.eclipse.jetty:jetty-http:10.0.20'
implementation("org.eclipse.jetty:jetty-http:10.0.20")
libraryDependencies += "org.eclipse.jetty" % "jetty-http" % "10.0.20"
@Grapes( @Grab(group='org.eclipse.jetty', module='jetty-http', version='10.0.20') )
<dependency org="org.eclipse.jetty" name="jetty-http" rev="10.0.20" />
[org.eclipse.jetty/jetty-http "10.0.20"]
'org.eclipse.jetty:jetty-http:jar:10.0.20'
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>10.0.20</version> </parent>
compile
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
|-- org.slf4j:slf4j-api
test
|-- org.eclipse.jetty:jetty-slf4j-impl
|-- org.eclipse.jetty.toolchain:jetty-test-helper