| Categories | CategoriesJetty Container Application Servers | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdservlet-api | 
| Version | Version2.5-6.0.0beta15 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| servlet-api-2.5-6.0.0beta15.pom | |
| servlet-api-2.5-6.0.0beta15.jar | 129 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/servlet-api/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.5-6.0.0beta15</version>
</dependency>// https://jarcasting.com/artifacts/jetty/servlet-api/
implementation 'jetty:servlet-api:2.5-6.0.0beta15'// https://jarcasting.com/artifacts/jetty/servlet-api/
implementation ("jetty:servlet-api:2.5-6.0.0beta15")'jetty:servlet-api:jar:2.5-6.0.0beta15'<dependency org="jetty" name="servlet-api" rev="2.5-6.0.0beta15">
  <artifact name="servlet-api" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='servlet-api', version='2.5-6.0.0beta15')
)libraryDependencies += "jetty" % "servlet-api" % "2.5-6.0.0beta15"[jetty/servlet-api "2.5-6.0.0beta15"]