Maven Repository - POM file for JEE Library commonj.sdo 2.1.1 2.1.1

Summary

SDO API.

EclipseLink build based upon Git transaction 9c3c264.

Declaration

Here is the list of declaration for commonj.sdo. 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>commonj.sdo</artifactId>
   <version>2.1.1</version>
</dependency>

If you think this Maven repository POM file listing for commonj.sdo 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 v1.0
URL: http://www.eclipse.org/legal/epl-v10.htmlName:Eclipse Distribution License v. 1.0
URL: http://www.eclipse.org/org/documents/edl-v10.php.





Packages

The following packages are defined in the commonj.sdo-2.1.1.jar

commonj.sdo
commonj.sdo.helper
commonj.sdo.impl

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>commonj.sdo</artifactId>
  <version>2.1.1</version>
  <packaging>jar</packaging>
  <name>SDO API</name>
  <description>EclipseLink build based upon Git transaction 9c3c264</description>
  <url>http://www.eclipse.org/eclipselink</url>
  <organization>
    <name>Eclipse.org - EclipseLink Project</name>
    <url>http://www.eclipse.org/eclipselink</url>
  </organization>
  <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 v1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Licence</comments>
    </license>
    <license>
      <name>Eclipse Distribution License v. 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Distribution License</comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:http://git.eclipse.org/eclipselink/eclipselink.runtime.git</connection>
    <url>http://git.eclipse.org/eclipselink/eclipselink.runtime.git</url>
  </scm>
  
  
</project>