| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesH2 Data Databases UML Business Logic Libraries Documents Processing | 
        
| GroupId | GroupIdorg.umlg | 
    
| ArtifactId | ArtifactIdsqlg-h2-parent | 
    
| Last Version | Last Version2.1.6 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSqlg is a tinkerpop 3 implementation on top of a rdbms. 
         | 
    
| Filename | Size | 
|---|---|
| sqlg-h2-parent-2.1.6.pom | 627 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg-h2-parent/ -->
<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>sqlg-h2-parent</artifactId>
    <version>2.1.6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.umlg/sqlg-h2-parent/
implementation 'org.umlg:sqlg-h2-parent:2.1.6'
                // https://jarcasting.com/artifacts/org.umlg/sqlg-h2-parent/
implementation ("org.umlg:sqlg-h2-parent:2.1.6")
                'org.umlg:sqlg-h2-parent:pom:2.1.6'
                <dependency org="org.umlg" name="sqlg-h2-parent" rev="2.1.6">
  <artifact name="sqlg-h2-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.umlg', module='sqlg-h2-parent', version='2.1.6')
)
                libraryDependencies += "org.umlg" % "sqlg-h2-parent" % "2.1.6"
                [org.umlg/sqlg-h2-parent "2.1.6"]