Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Maven

< EclipseLink
Revision as of 12:43, 8 February 2008 by Tom.ware.oracle.com (Talk | contribs) (New page: == Location == * http://www.eclipse.org/downloads/download.php?r=1&file=/technology/eclipselink/maven.repo * Group Id: org.eclipse.persistence * ArtifactId: eclipselink * Versioning *...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location

Sample dependancy

<dependency>

 <groupId>org.eclipse.persistence</groupId>
 <artifactId>eclipselink</artifactId>
 <version>1.0-SNAPSHOT</version>
 <scope>compile</scope>

</dependency>

Copyright © Eclipse Foundation, Inc. All Rights Reserved.