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