License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty.toolchain |
ArtifactId | ArtifactIdjetty-servlet-api |
Last Version | Last Version4.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Servlet API and Schemas for JPMS and OSGi
The Eclipse Jetty Toolchain Parent
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-servlet-api-4.0.6.pom | |
jetty-servlet-api-4.0.6.jar | 590 KB |
jetty-servlet-api-4.0.6-sources.jar | 729 KB |
jetty-servlet-api-4.0.6-javadoc.jar | 1016 KB |
Browse |
<!-- 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-servlet-api/
implementation 'org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6'
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-servlet-api/
implementation ("org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6")
'org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6'
<dependency org="org.eclipse.jetty.toolchain" name="jetty-servlet-api" rev="4.0.6">
<artifact name="jetty-servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-servlet-api', version='4.0.6')
)
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-servlet-api" % "4.0.6"
[org.eclipse.jetty.toolchain/jetty-servlet-api "4.0.6"]