| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases | 
| GroupId | GroupIdcom.xdev-software | 
| ArtifactId | ArtifactIdxapi-db-h2 | 
| Last Version | Last Version6.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSqlEngine Database Adapter H2 XAPI SqlEngine Database Adapter for H2 | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| xapi-db-h2-6.0.0.pom | |
| xapi-db-h2-6.0.0.jar | 21 KB | 
| xapi-db-h2-6.0.0-sources.jar | 17 KB | 
| xapi-db-h2-6.0.0-javadoc.jar | 73 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xdev-software/xapi-db-h2/ -->
<dependency>
    <groupId>com.xdev-software</groupId>
    <artifactId>xapi-db-h2</artifactId>
    <version>6.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.xdev-software/xapi-db-h2/
implementation 'com.xdev-software:xapi-db-h2:6.0.0'// https://jarcasting.com/artifacts/com.xdev-software/xapi-db-h2/
implementation ("com.xdev-software:xapi-db-h2:6.0.0")'com.xdev-software:xapi-db-h2:jar:6.0.0'<dependency org="com.xdev-software" name="xapi-db-h2" rev="6.0.0">
  <artifact name="xapi-db-h2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.xdev-software', module='xapi-db-h2', version='6.0.0')
)libraryDependencies += "com.xdev-software" % "xapi-db-h2" % "6.0.0"[com.xdev-software/xapi-db-h2 "6.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.xdev-software : xapi | jar | 6.0.0 | 
| com.h2database : h2 | jar | 1.3.170 |