For Gradle users, add this line to your build.gradle dependencies: compileOnly 'javax.servlet:servlet-api:3.0-alpha-1' Use code with caution. Important Usage Note: Scope
The release was the very first public preview of these features. Where to Download servlet-api-3.0-alpha-1.jar servlet-api-3.0-alpha-1.jar download
The Servlet 3.0 specification (JSR 315) was a major milestone in Java web development. It introduced several game-changing features: For Gradle users, add this line to your build
: Allowing libraries to provide their own configuration, making modularity much easier. For Gradle users