MVN

com.smartitengineering : smart-dao

Maven & Gradle

May 20, 2010

smart-dao · This project basically aims to create an abstraction layer above common ORM used this days and provide a simplified DAO layer which is not only independent of the ORM tool being used but also integrated with other services, for example App Layer Caching, Free Text Search Engine etc. Initial target is to implement it for Hibernate and when JPA provides Hibernate's Criteria like API implement for JPA as well. Integrate App Layer Cache and Compass Framework.

<dependency>
    <groupId>com.smartitengineering</groupId>
    <artifactId>smart-dao</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.smartitengineering : smart-dao to add to Maven - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of com.smartitengineering : smart-dao to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
smart-dao-0.3.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.smartitengineering</groupId>
    <artifactId>smart-dao</artifactId>
    <version>0.3.1</version>
</dependency>