Download javaee-web-api-8.0.jar file - Jar j

Jar examples for j:javaee-web-api

Description

Java(TM) EE 8 Web Profile Specification APIs

You can download jar file javaee-web-api 8.0 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add javaee-web-api-8.0.jar to your project.

<dependency>
   <groupId>javax</groupId>
   <artifactId>javaee-web-api</artifactId>
   <version>8.0</version>
</dependency>
compile group: 'javax', name: 'javaee-web-api', version: '8.0'
libraryDependencies += "javax" % "javaee-web-api" % "8.0"
<dependency org="javax" name="javaee-web-api" rev="8.0"/>
@Grapes(@Grab(group='javax', module='javaee-web-api', version='8.0'))
'javax:javaee-web-api:jar:8.0'

Download

Click the following link to download the jar file.

javaee-web-api-8.0-javadoc.jar
javaee-web-api-8.0-sources.jar
javaee-web-api-8.0.jar
javaee-web-api-8.0.pom



Related Tutorials