| Categories | 
                CategoriesORM Data | 
        
|---|---|
| GroupId | GroupIdcom.github.jeffreyning | 
    
| ArtifactId | ArtifactIdnh-micro-orm | 
    
| Version | Version0.0.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-orm/ -->
<dependency>
    <groupId>com.github.jeffreyning</groupId>
    <artifactId>nh-micro-orm</artifactId>
    <version>0.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-orm/
implementation 'com.github.jeffreyning:nh-micro-orm:0.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-orm/
implementation ("com.github.jeffreyning:nh-micro-orm:0.0.2-RELEASE")
                'com.github.jeffreyning:nh-micro-orm:jar:0.0.2-RELEASE'
                <dependency org="com.github.jeffreyning" name="nh-micro-orm" rev="0.0.2-RELEASE">
  <artifact name="nh-micro-orm" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-orm', version='0.0.2-RELEASE')
)
                libraryDependencies += "com.github.jeffreyning" % "nh-micro-orm" % "0.0.2-RELEASE"
                [com.github.jeffreyning/nh-micro-orm "0.0.2-RELEASE"]