Project Dependencies
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId |
ArtifactId |
Version |
Type |
License |
| junit |
junit |
4.9 |
jar |
Common Public License Version 1.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId |
ArtifactId |
Version |
Type |
License |
| org.hamcrest |
hamcrest-core |
1.1 |
jar |
BSD style |
Project Dependency Graph
Dependency Tree
- net.sf.r4h:repository4hibernate:pom:4.3.6.Final

| repository4hibernate |
|
Description: The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate.
We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.
URL: http://r4h.sf.net
Project License: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
- junit:junit:jar:4.9 (test)
- org.hamcrest:hamcrest-core:jar:1.1 (test)

| Hamcrest Core |
|
Description: There is currently no description associated with this project.
Project License: BSD style |
Licenses
BSD style: Hamcrest Core
Common Public License Version 1.0: JUnit
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: repository4hibernate