License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdcom.h2database |
ArtifactId | ArtifactIdh2-mvstore |
Last Version | Last Version2.1.214 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionH2 MVStore
H2 MVStore
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
h2-mvstore-2.1.214.pom | |
h2-mvstore-2.1.214.jar | 294 KB |
h2-mvstore-2.1.214-sources.jar | 144 KB |
h2-mvstore-2.1.214-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.h2database/h2-mvstore/ -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2-mvstore</artifactId>
<version>2.1.214</version>
</dependency>
// https://jarcasting.com/artifacts/com.h2database/h2-mvstore/
implementation 'com.h2database:h2-mvstore:2.1.214'
// https://jarcasting.com/artifacts/com.h2database/h2-mvstore/
implementation ("com.h2database:h2-mvstore:2.1.214")
'com.h2database:h2-mvstore:jar:2.1.214'
<dependency org="com.h2database" name="h2-mvstore" rev="2.1.214">
<artifact name="h2-mvstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.h2database', module='h2-mvstore', version='2.1.214')
)
libraryDependencies += "com.h2database" % "h2-mvstore" % "2.1.214"
[com.h2database/h2-mvstore "2.1.214"]