| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.khubla.cbean | 
    
| ArtifactId | ArtifactIdcbean-orm | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionkhubla.com cBean ORM 
            A simple ORM for Key-Value stores 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| cbean-orm-1.0.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.khubla.cbean/cbean-orm/ -->
<dependency>
    <groupId>com.khubla.cbean</groupId>
    <artifactId>cbean-orm</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.khubla.cbean/cbean-orm/
implementation 'com.khubla.cbean:cbean-orm:1.0'
                // https://jarcasting.com/artifacts/com.khubla.cbean/cbean-orm/
implementation ("com.khubla.cbean:cbean-orm:1.0")
                'com.khubla.cbean:cbean-orm:pom:1.0'
                <dependency org="com.khubla.cbean" name="cbean-orm" rev="1.0">
  <artifact name="cbean-orm" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.khubla.cbean', module='cbean-orm', version='1.0')
)
                libraryDependencies += "com.khubla.cbean" % "cbean-orm" % "1.0"
                [com.khubla.cbean/cbean-orm "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.7 | 
| junit : junit | jar | 4.12 |