Maven Repository - POM file for Java Library javax.persistence 2.0.0 2.0.0

Summary

Javax Persistence API 2.0.

EclipseLink subversion revision 5939.

Declaration

Here is the list of declaration for javax.persistence. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.persistence</groupId>
   <artifactId>javax.persistence</artifactId>
   <version>2.0.0</version>
</dependency>

If you think this Maven repository POM file listing for javax.persistence is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/legal/epl-v10.html.

Depended by

The following table lists the most popular artifacts which are depending on javax.persistence-2.0.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-context 4.0.9.RELEASE
Spring Context
6
Springspring-context 4.0.7.RELEASE
Spring Context
45
Springspring-context 4.0.0.RELEASE
Spring Context
44
Springspring-orm 4.0.2.RELEASE
Spring Object/Relational Mapping
7
Springspring-aspects 4.0.0.RELEASE
Spring Aspects
6
Springspring-context 4.0.4.RELEASE
Spring Context
7
Springspring-context 4.1.0.RELEASE
Spring Context
5
Springspring-context 4.1.2.RELEASE
Spring Context
9
Springspring-test 4.0.3.RELEASE
Spring TestContext Framework
8
Springspring-context 4.0.6.RELEASE
Spring Context
52
Springspring-context 4.1.4.RELEASE
Spring Context
11
Springspring-orm 4.0.0.RELEASE
Spring Object/Relational Mapping
5
Springspring-context 4.0.1.RELEASE
Spring Context
11
Springspring-context 4.0.5.RELEASE
Spring Context
39
Springspring-test 4.0.2.RELEASE
Spring TestContext Framework
15
Springspring-orm 4.0.1.RELEASE
Spring Object/Relational Mapping
22
Springspring-context 4.0.3.RELEASE
Spring Context
47




Packages

The following packages are defined in the javax.persistence-2.0.0.jar

javax.persistence
javax.persistence.criteria
javax.persistence.metamodel
javax.persistence.spi
org.eclipse.persistence.javax.persistence.osgi

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.persistence</groupId>
  <artifactId>javax.persistence</artifactId>
  <packaging>jar</packaging>
  <name>Javax Persistence API 2.0</name>
  <description>EclipseLink subversion revision 5939</description>
  <version>2.0.0</version>
  <url>http://www.eclipse.org/eclipselink</url>
  <issueManagement>
    <system>bugzilla</system>
    <url>https://bugs.eclipse.org/bugs</url>
  </issueManagement>
  <inceptionYear>2007</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>EclipseLink Developer List</name>
      <post>eclipselink-dev@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
    </mailingList>
    <mailingList>
      <name>EclipseLink User List</name>
      <post>eclipselink-users@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
    </mailingList>
  </mailingLists>
  <licenses>
      <license>
        <name>Eclipse Public License - v 1.0</name>
        <url>http://www.eclipse.org/legal/epl-v10.html</url>
      </license>
  </licenses>
  
</project>