|
Obtaining has been edited by Marc Prud'hommeaux (Oct 09, 2006). Content:OpenJPA is currently in incubation stage, so there are currently no official binaries available yet. Until an official release is made, snapshot builds can be downloaded from the Apache Continuum Server Released binaries can 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>
|
Unsubscribe or edit your notifications preferences
