Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-http-spi |
Version | Version10.0.0.beta0 |
Type | Typejar |
Filename | Size |
---|---|
jetty-http-spi-10.0.0.beta0.pom | |
jetty-http-spi-10.0.0.beta0.jar | 30 KB |
jetty-http-spi-10.0.0.beta0-sources.jar | 24 KB |
jetty-http-spi-10.0.0.beta0-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http-spi/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http-spi</artifactId>
<version>10.0.0.beta0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http-spi/
implementation 'org.eclipse.jetty:jetty-http-spi:10.0.0.beta0'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http-spi/
implementation ("org.eclipse.jetty:jetty-http-spi:10.0.0.beta0")
'org.eclipse.jetty:jetty-http-spi:jar:10.0.0.beta0'
<dependency org="org.eclipse.jetty" name="jetty-http-spi" rev="10.0.0.beta0">
<artifact name="jetty-http-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-http-spi', version='10.0.0.beta0')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-http-spi" % "10.0.0.beta0"
[org.eclipse.jetty/jetty-http-spi "10.0.0.beta0"]