Download servlet-api-6.0.37.jar file - Jar s

Jar examples for s:servlet-api

Description

An OSGi bundle for the JavaServlet(TM) Specification API

You can download jar file servlet-api 6.0.37 in this page.

License

Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0

Build File

You can use the following script to add servlet-api-6.0.37.jar to your project.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>servlet-api</artifactId>
   <version>6.0.37</version>
</dependency>
compile group: 'org.apache.tomcat', name: 'servlet-api', version: '6.0.37'
libraryDependencies += "org.apache.tomcat" % "servlet-api" % "6.0.37"
<dependency org="org.apache.tomcat" name="servlet-api" rev="6.0.37"/>
@Grapes(@Grab(group='org.apache.tomcat', module='servlet-api', version='6.0.37'))
'org.apache.tomcat:servlet-api:jar:6.0.37'

Download

Click the following link to download the jar file.

servlet-api-6.0.37.jar
servlet-api-6.0.37.pom



Related Tutorials