Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/c470ed84187bb7f09eb335975e7b1a19 to your computer and use it in GitHub Desktop.
Save ezhov-da/c470ed84187bb7f09eb335975e7b1a19 to your computer and use it in GitHub Desktop.
java h2db jdbc driver
<!--org.h2.Driver-->
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.196</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment