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

Difference between revisions of "EclipseLink/Maven"

(Sample dependancy)
(Location)
Line 3: Line 3:
 
* http://www.eclipse.org/downloads/download.php?r=1&file=/technology/eclipselink/maven.repo
 
* http://www.eclipse.org/downloads/download.php?r=1&file=/technology/eclipselink/maven.repo
 
* Group Id: org.eclipse.persistence
 
* Group Id: org.eclipse.persistence
* ArtifactId: eclipselink
+
* Artifact Id: eclipselink
 
* Versioning
 
* Versioning
 
** Nightly/Snapshot: 1.0-SNAPSHOT
 
** Nightly/Snapshot: 1.0-SNAPSHOT

Revision as of 12:45, 8 February 2008

Location

Sample dependancy

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

Back to the top