| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases GUI User Interface Guice Application Layer Libs Dependency Injection | 
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdh2 | 
| Version | Version1.2.2.1-jre17 | 
| Type | Typejar | 
| Description | Descriptionh2 The core maven build properties | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| h2-1.2.2.1-jre17.pom | |
| h2-1.2.2.1-jre17.jar | 3 KB | 
| h2-1.2.2.1-jre17-sources.jar | 2 KB | 
| h2-1.2.2.1-jre17-javadoc.jar | 108 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/h2/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>h2</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation 'com.guicedee.services:h2:1.2.2.1-jre17'// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation ("com.guicedee.services:h2:1.2.2.1-jre17")'com.guicedee.services:h2:jar:1.2.2.1-jre17'<dependency org="com.guicedee.services" name="h2" rev="1.2.2.1-jre17">
  <artifact name="h2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='h2', version='1.2.2.1-jre17')
)libraryDependencies += "com.guicedee.services" % "h2" % "1.2.2.1-jre17"[com.guicedee.services/h2 "1.2.2.1-jre17"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.h2database : h2 Optional | jar | 2.1.210 |