Download javaee-api-5.jar file - Jar j

Jar examples for j:javaee-api

Description

Java(TM) EE 5 Specification APIs

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

License

CDDL + GPLv2 with classpath exception

Build File

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

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

Download

Click the following link to download the jar file.

javaee-api-5.jar
javaee-api-5.pom



Related Tutorials