Download eclipselink-2.5.2.jar file - Jar e

Jar examples for e:eclipselink

Description

EclipseLink build based upon Git transaction 3faac2b

You can download jar file eclipselink 2.5.2 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add eclipselink-2.5.2.jar to your project.

<dependency>
   <groupId>org.eclipse.persistence</groupId>
   <artifactId>eclipselink</artifactId>
   <version>2.5.2</version>
</dependency>
compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.2'
libraryDependencies += "org.eclipse.persistence" % "eclipselink" % "2.5.2"
<dependency org="org.eclipse.persistence" name="eclipselink" rev="2.5.2"/>
@Grapes(@Grab(group='org.eclipse.persistence', module='eclipselink', version='2.5.2'))
'org.eclipse.persistence:eclipselink:jar:2.5.2'

Download

Click the following link to download the jar file.

eclipselink-2.5.2-javadoc.jar
eclipselink-2.5.2-sources.jar
eclipselink-2.5.2.jar
eclipselink-2.5.2.pom



Related Tutorials