| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases | 
| GroupId | GroupIdorg.h2database | 
| ArtifactId | ArtifactIdh2database | 
| Last Version | Last Version1.0.20061217 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionH2 Databae Engine H2 Database Engine | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| h2database-1.0.20061217.pom | -1 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.h2database/h2database/ -->
<dependency>
    <groupId>org.h2database</groupId>
    <artifactId>h2database</artifactId>
    <version>1.0.20061217</version>
</dependency>// https://jarcasting.com/artifacts/org.h2database/h2database/
implementation 'org.h2database:h2database:1.0.20061217'// https://jarcasting.com/artifacts/org.h2database/h2database/
implementation ("org.h2database:h2database:1.0.20061217")'org.h2database:h2database:jar:1.0.20061217'<dependency org="org.h2database" name="h2database" rev="1.0.20061217">
  <artifact name="h2database" type="jar" />
</dependency>@Grapes(
@Grab(group='org.h2database', module='h2database', version='1.0.20061217')
)libraryDependencies += "org.h2database" % "h2database" % "1.0.20061217"[org.h2database/h2database "1.0.20061217"]