Download toplink-essentials-1.0.jar file - Jar t

Jar examples for t:toplink-essentials

Description

You can download jar file toplink-essentials 1.0 in this page.

Build File

You can use the following script to add toplink-essentials-1.0.jar to your project.

<dependency>
   <groupId>javax.persistence</groupId>
   <artifactId>toplink-essentials</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.persistence', name: 'toplink-essentials', version: '1.0'
libraryDependencies += "javax.persistence" % "toplink-essentials" % "1.0"
<dependency org="javax.persistence" name="toplink-essentials" rev="1.0"/>
@Grapes(@Grab(group='javax.persistence', module='toplink-essentials', version='1.0'))
'javax.persistence:toplink-essentials:jar:1.0'

Download

Click the following link to download the jar file.

toplink-essentials-1.0-sources.jar
toplink-essentials-1.0.pom
toplink-essentials-1.0.jar



Related Tutorials