Java(TM) EE 6 Specification APIs.
Here is the list of declaration for javaee-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>6.0</version> </dependency>
If you think this Maven repository POM file listing for javaee-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:CDDL + GPLv2 with classpath exception
URL: https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html.
The following packages are defined in the javaee-api-6.0.jar
javax.activation javax.annotation javax.annotation.security javax.annotation.sql javax.decorator javax.ejb javax.ejb.embeddable javax.ejb.spi javax.el javax.enterprise.context javax.enterprise.context.spi javax.enterprise.deploy.model javax.enterprise.deploy.model.exceptions javax.enterprise.deploy.shared javax.enterprise.deploy.shared.factories javax.enterprise.deploy.spi javax.enterprise.deploy.spi.exceptions javax.enterprise.deploy.spi.factories javax.enterprise.deploy.spi.status javax.enterprise.event javax.enterprise.inject javax.enterprise.inject.spi javax.enterprise.util javax.faces javax.faces.application javax.faces.bean javax.faces.component javax.faces.component.behavior javax.faces.component.html javax.faces.component.visit javax.faces.context javax.faces.convert javax.faces.el javax.faces.event javax.faces.lifecycle javax.faces.model javax.faces.render javax.faces.validator javax.faces.view javax.faces.view.facelets javax.faces.webapp javax.inject javax.interceptor javax.jms javax.jws javax.jws.soap javax.mail javax.mail.event javax.mail.internet javax.mail.search javax.mail.util javax.management.j2ee javax.management.j2ee.statistics javax.persistence javax.persistence.criteria javax.persistence.metamodel javax.persistence.spi javax.resource javax.resource.cci javax.resource.spi javax.resource.spi.endpoint javax.resource.spi.security javax.resource.spi.work javax.security.auth.message javax.security.auth.message.callback javax.security.auth.message.config javax.security.auth.message.module javax.security.jacc javax.servlet javax.servlet.annotation javax.servlet.descriptor javax.servlet.http javax.servlet.jsp javax.servlet.jsp.el javax.servlet.jsp.jstl.core javax.servlet.jsp.jstl.fmt javax.servlet.jsp.jstl.sql javax.servlet.jsp.jstl.tlv javax.servlet.jsp.tagext javax.transaction javax.transaction.xa javax.validation javax.validation.bootstrap javax.validation.constraints javax.validation.groups javax.validation.metadata javax.validation.spi javax.ws.rs javax.ws.rs.core javax.ws.rs.ext javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.util javax.xml.messaging javax.xml.registry javax.xml.registry.infomodel javax.xml.rpc javax.xml.rpc.encoding javax.xml.rpc.handler javax.xml.rpc.handler.soap javax.xml.rpc.holders javax.xml.rpc.server javax.xml.rpc.soap javax.xml.soap javax.xml.stream javax.xml.stream.events javax.xml.stream.util javax.xml.ws javax.xml.ws.handler javax.xml.ws.handler.soap javax.xml.ws.http javax.xml.ws.soap javax.xml.ws.spi javax.xml.ws.spi.http javax.xml.ws.wsaddressing
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <!-- /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CDDL") (collectively, the "License"). You * may not use this file except in compliance with the License. You can obtain * a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html * or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific * language governing permissions and limitations under the License. * * When distributing the software, include this License Header Notice in each * file and include the License file at glassfish/bootstrap/legal/LICENSE.txt. * Sun designates this particular file as subject to the "Classpath" exception * as provided by Sun in the GPL Version 2 section of the License file that * accompanied this code. If applicable, add the following below the License * Header, with the fields enclosed by brackets [] replaced by your own * identifying information: "Portions Copyrighted [year] * [name of copyright owner]" * * Contributor(s): * * If you wish your version of this file to be governed by only the CDDL or * only the GPL Version 2, indicate your decision by adding "[Contributor] * elects to include this software in this distribution under the [CDDL or GPL * Version 2] license." If you don't indicate a single choice of license, a * recipient has the option to distribute your version of this file under * either the CDDL, the GPL Version 2 or to extend the choice of license to * its licensees as provided above. However, if you add GPL Version 2 code * and therefore, elected the GPL Version 2 license, then the option applies * only if the new code is made subject to such option by the copyright * holder. */ --> <modelVersion>4.0.0</modelVersion> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>6.0</version> <packaging>jar</packaging> <name>Java(TM) EE 6 Specification APIs</name> <description>Java(TM) EE 6 Specification APIs</description> <url>http://java.sun.com/javaee/6/docs/api/index.html</url> <scm> <connection>scm:svn:https://svn.dev.java.net/svn/glassfish-svn/trunk/v3/javaee-api/javax.javaee</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/glassfish-svn/trunk/v3/javaee-api/javax.javaee</developerConnection> <url>https://svn.dev.java.net/svn/glassfish-svn/tags/3.0/javaee-api/javax.javaee</url> </scm> <licenses> <license> <name>CDDL + GPLv2 with classpath exception</name> <url>https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <organization> <name>GlassFish Community</name> <url>https://glassfish.dev.java.net</url> </organization> <issueManagement> <system>IssueTracker</system> <url>https://glassfish.dev.java.net/servlets/ProjectIssues</url> </issueManagement> </project>