Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.github.bj-tydic |
ArtifactId | ArtifactIdh2 |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
h2-1.1.pom | |
h2-1.1.jar | 2 MB |
h2-1.1-sources.jar | 1 MB |
h2-1.1-javadoc.jar | 4 MB |
Browse |
<!-- 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"]