is not current version
Last Version 2.1.1

org.webpieces:plugin-h2db 2.0.152

backend plugin for in-memory database usually for development server

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-h2db
Version

Version

2.0.152
Type

Type

jar

Download plugin-h2db 2.0.152


<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>plugin-h2db</artifactId>
    <version>2.0.152</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation 'org.webpieces:plugin-h2db:2.0.152'
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation ("org.webpieces:plugin-h2db:2.0.152")
'org.webpieces:plugin-h2db:jar:2.0.152'
<dependency org="org.webpieces" name="plugin-h2db" rev="2.0.152">
  <artifact name="plugin-h2db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-h2db', version='2.0.152')
)
libraryDependencies += "org.webpieces" % "plugin-h2db" % "2.0.152"
[org.webpieces/plugin-h2db "2.0.152"]