| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.vsspt | 
    
| ArtifactId | ArtifactIddb-generic-dao-api | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionDatabase Generic DAO API 
            A Generic DAO to perform CRUD and Search operations - API 
         | 
    
| Filename | Size | 
|---|---|
| db-generic-dao-api-1.0.0.pom | |
| db-generic-dao-api-1.0.0.jar | 12 KB | 
| db-generic-dao-api-1.0.0-sources.jar | 7 KB | 
| db-generic-dao-api-1.0.0-javadoc.jar | 93 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-api/ -->
<dependency>
    <groupId>com.github.vsspt</groupId>
    <artifactId>db-generic-dao-api</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-api/
implementation 'com.github.vsspt:db-generic-dao-api:1.0.0'
                // https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-api/
implementation ("com.github.vsspt:db-generic-dao-api:1.0.0")
                'com.github.vsspt:db-generic-dao-api:jar:1.0.0'
                <dependency org="com.github.vsspt" name="db-generic-dao-api" rev="1.0.0">
  <artifact name="db-generic-dao-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vsspt', module='db-generic-dao-api', version='1.0.0')
)
                libraryDependencies += "com.github.vsspt" % "db-generic-dao-api" % "1.0.0"
                [com.github.vsspt/db-generic-dao-api "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.googlecode.genericdao : search | jar | 1.2.0 |