| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesH2 Data Databases | 
        
| GroupId | GroupIdcom.github.spt-oss | 
    
| ArtifactId | ArtifactIdh2-plus | 
    
| Last Version | Last Version0.3.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionExtended implementation of H2 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| h2-plus-0.3.1.pom | |
| h2-plus-0.3.1.jar | 8 KB | 
| h2-plus-0.3.1-sources.jar | 5 KB | 
| h2-plus-0.3.1-javadoc.jar | 60 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/ -->
<dependency>
    <groupId>com.github.spt-oss</groupId>
    <artifactId>h2-plus</artifactId>
    <version>0.3.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/
implementation 'com.github.spt-oss:h2-plus:0.3.1'
                // https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/
implementation ("com.github.spt-oss:h2-plus:0.3.1")
                'com.github.spt-oss:h2-plus:jar:0.3.1'
                <dependency org="com.github.spt-oss" name="h2-plus" rev="0.3.1">
  <artifact name="h2-plus" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.spt-oss', module='h2-plus', version='0.3.1')
)
                libraryDependencies += "com.github.spt-oss" % "h2-plus" % "0.3.1"
                [com.github.spt-oss/h2-plus "0.3.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.h2database : h2 | jar | 1.4.193 | 
| org.springframework.boot : spring-boot-starter Optional | jar | 1.5.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.14 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.zaxxer : HikariCP | jar | 2.5.1 | 
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |