Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created December 21, 2011 22:19
Show Gist options
  • Save eugenp/1507982 to your computer and use it in GitHub Desktop.
Save eugenp/1507982 to your computer and use it in GitHub Desktop.
The Persistence Layer with Spring Data JPA - the Maven pom
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
@eugenp
Copy link
Author

eugenp commented Jan 29, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment