License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdplugin-h2db |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionplugin-h2db
Webpieces in-memory database plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plugin-h2db-2.1.1.pom | |
plugin-h2db-2.1.1.jar | 12 KB |
plugin-h2db-2.1.1-sources.jar | 10 KB |
plugin-h2db-2.1.1-javadoc.jar | 354 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-h2db</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation 'org.webpieces:plugin-h2db:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation ("org.webpieces:plugin-h2db:2.1.1")
'org.webpieces:plugin-h2db:jar:2.1.1'
<dependency org="org.webpieces" name="plugin-h2db" rev="2.1.1">
<artifact name="plugin-h2db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-h2db', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "plugin-h2db" % "2.1.1"
[org.webpieces/plugin-h2db "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : plugin-backend | jar | 2.1.1 |
com.h2database : h2 | jar | |
ch.qos.logback : logback-classic | jar |