Download eclipselink-2.6.0-RC1.jar file - Jar e

Jar examples for e:eclipselink

Description

EclipseLink build based upon Git transaction 3faac2b

You can download jar file eclipselink 2.6.0-RC1 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

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

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

Download

Click the following link to download the jar file.

eclipselink-2.6.0-RC1-javadoc.jar
eclipselink-2.6.0-RC1-sources.jar
eclipselink-2.6.0-RC1.jar
eclipselink-2.6.0-RC1.pom



Related Tutorials