|
Obtaining has been edited by Marc Prud'hommeaux (Jan 16, 2007). Content:OpenJPA official releases can be downloaded at the Downloads page. Released binaries can also by accessed from Maven pom.xml files by pointing them to the repository at http://people.apache.org/repo/m2-incubating-repository <?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>some-project</groupId> <artifactId>some-project</artifactId> <packaging>jar</packaging> <name>My Project</name> <version>1.0.0</version> <repositories> <repository> <id>central</id> <url>http://www.ibiblio.org/maven2</url> </repository> <repository> <id>apache-snapshots</id> <url>http://people.apache.org/repo/m2-incubating-repository</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-all</artifactId> <version>0.9.0-incubating</version> </dependency> </dependencies> </project>
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
