Download persistence-1.0.0.jar file - Jar p

Jar examples for p:persistence

Description

Bridge between the NetBeans Persistence functionality and Maven 2

You can download jar file persistence 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add persistence-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

persistence-1.0.0-javadoc.jar
persistence-1.0.0-sources.jar
persistence-1.0.0.jar
persistence-1.0.0.pom



Related Tutorials