Group Id com.h2database
Artifact Id h2
Version 1.0.20070429
Packaging jar
URL -
Badge
Last Updated 2007-05-15T10:19:02+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>1.0.20070429</version>
</dependency>
implementation group: 'com.h2database', name: 'h2', version: '1.0.20070429'
implementation 'com.h2database:h2:1.0.20070429'
implementation("com.h2database:h2:1.0.20070429")
libraryDependencies += "com.h2database" % "h2" % "1.0.20070429"
<dependency org="com.h2database" name="h2" rev="1.0.20070429"/>
@Grapes(
    @Grab(group='com.h2database', module='h2', version='1.0.20070429')
)
[com.h2database/h2 "1.0.20070429"]
'com.h2database:h2:1.0.20070429'