не последняя версия
Последняя версия 2.1.1

org.webpieces:plugin-h2db 2.0.7

backend plugin for in-memory database usually for development server

Категории

Категории

H2 Данные Базы данных
Группа

Группа

org.webpieces
Идентификатор

Идентификатор

plugin-h2db
Версия

Версия

2.0.7
Тип

Тип

jar

Скачать plugin-h2db 2.0.7


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