How To Install Java Artifact javax.servlet.javax.servlet-api v4.0.0

javax.servlet javax.servlet-api 4.0.0

Introduction

In this article, we'll learn how to install Java artifact javax.servlet-api from javax.servlet group in version 4.0.0. The artifact is available in 20 versions: 4.0.1 4.0.0-b07 4.0.0-b06 4.0.0-b05 4.0.0-b04 4.0.0-b03 4.0.0-b02 4.0.0-b01 4.0.0 3.1.0 3.1-b09 3.1-b08 3.1-b07 3.1-b06 3.1-b05 3.1-b04 3.1-b03 3.1-b02 3.1-b01 3.0.1 . The Java Servlet API project has been released under CDDL + GPLv2 with classpath exception license, and has its own website at: https://javaee.github.io/servlet-spec/ . The parent project is: net.java::jvnet-parent::3

How To Install Java Artifact javax.servlet.javax.servlet-api In Version 4.0.0

To install the Java Servlet API artifact in version 4.0.0 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Java Servlet API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses