is not current version
Last Version 1.2

com.github.bj-tydic:h2 1.1

base on h2database 1.4.196. for more information, see http://h2database.com/

Categories

Categories

H2 Data Databases
GroupId

GroupId

com.github.bj-tydic
ArtifactId

ArtifactId

h2
Version

Version

1.1
Type

Type

jar

Download h2 1.1


<!-- https://jarcasting.com/artifacts/com.github.bj-tydic/h2/ -->
<dependency>
    <groupId>com.github.bj-tydic</groupId>
    <artifactId>h2</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bj-tydic/h2/
implementation 'com.github.bj-tydic:h2:1.1'
// https://jarcasting.com/artifacts/com.github.bj-tydic/h2/
implementation ("com.github.bj-tydic:h2:1.1")
'com.github.bj-tydic:h2:jar:1.1'
<dependency org="com.github.bj-tydic" name="h2" rev="1.1">
  <artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bj-tydic', module='h2', version='1.1')
)
libraryDependencies += "com.github.bj-tydic" % "h2" % "1.1"
[com.github.bj-tydic/h2 "1.1"]