Skip to content

Instantly share code, notes, and snippets.

@backslash112
Created May 15, 2018 02:34
Show Gist options
  • Save backslash112/3270e90e4f3893016d902ba994c1995e to your computer and use it in GitHub Desktop.
Save backslash112/3270e90e4f3893016d902ba994c1995e to your computer and use it in GitHub Desktop.
Blog: Create Maven Project with Servlet in IntelliJ IDEA 2018
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment