| Categories |
CategoriesH2 Data Databases |
|---|---|
| GroupId | GroupIdcom.github.spt-oss |
| ArtifactId | ArtifactIdh2-plus |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| h2-plus-0.1.1.pom | |
| h2-plus-0.1.1.jar | 8 KB |
| h2-plus-0.1.1-sources.jar | 5 KB |
| h2-plus-0.1.1-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>h2-plus</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/
implementation 'com.github.spt-oss:h2-plus:0.1.1'
// https://jarcasting.com/artifacts/com.github.spt-oss/h2-plus/
implementation ("com.github.spt-oss:h2-plus:0.1.1")
'com.github.spt-oss:h2-plus:jar:0.1.1'
<dependency org="com.github.spt-oss" name="h2-plus" rev="0.1.1">
<artifact name="h2-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='h2-plus', version='0.1.1')
)
libraryDependencies += "com.github.spt-oss" % "h2-plus" % "0.1.1"
[com.github.spt-oss/h2-plus "0.1.1"]