Skip to content

Instantly share code, notes, and snippets.

@keesun
Created April 2, 2012 12:58
Show Gist options
  • Select an option

  • Save keesun/2283274 to your computer and use it in GitHub Desktop.

Select an option

Save keesun/2283274 to your computer and use it in GitHub Desktop.
Servlet 3.0 maven dependency
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment