is not current version
Last Version 2.1.1

org.webpieces:plugin-h2db 1.9.143

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

1.9.143
Type

Type

jar

Download plugin-h2db 1.9.143


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