is not current version
Last Version 4.0.6

org.eclipse.jetty.toolchain:jetty-servlet-api 4.0.2


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.toolchain
ArtifactId

ArtifactId

jetty-servlet-api
Version

Version

4.0.2
Type

Type

jar

Download jetty-servlet-api 4.0.2


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-servlet-api/ -->
<dependency>
    <groupId>org.eclipse.jetty.toolchain</groupId>
    <artifactId>jetty-servlet-api</artifactId>
    <version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-servlet-api/
implementation 'org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-servlet-api/
implementation ("org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.2")
'org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.2'
<dependency org="org.eclipse.jetty.toolchain" name="jetty-servlet-api" rev="4.0.2">
  <artifact name="jetty-servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-servlet-api', version='4.0.2')
)
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-servlet-api" % "4.0.2"
[org.eclipse.jetty.toolchain/jetty-servlet-api "4.0.2"]