is not current version
Last Version 1.2

com.github.bj-tydic:h2 1.0

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.0
Type

Type

jar

Download h2 1.0


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