Last Version

jetty:servlet-api 2.5-6.0.2


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

servlet-api
Version

Version

2.5-6.0.2
Type

Type

jar
Description

Description

Download servlet-api 2.5-6.0.2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.