H2 Database Engine


Лицензия

Лицензия

Категории

Категории

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

Группа

com.eventsourcing
Идентификатор

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

h2
Последняя версия

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

1.4.192
Дата

Дата

Тип

Тип

jar
Описание

Описание

H2 Database Engine
H2 Database Engine
Ссылка на сайт

Ссылка на сайт

http://www.h2database.com
Система контроля версий

Система контроля версий

https://github.com/h2database/h2database

Скачать h2

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1
org.apache.lucene : lucene-core jar 3.6.2
org.slf4j : slf4j-api jar 1.6.0
org.osgi : org.osgi.core jar 4.2.0
org.osgi : org.osgi.enterprise jar 4.2.0
com.vividsolutions : jts-core jar 1.14.0

test (8)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.6.0
org.hsqldb : hsqldb jar 2.3.2
org.apache.derby : derby jar 10.10.1.1
org.apache.derby : derbyclient jar 10.10.1.1
org.apache.derby : derbynet jar 10.10.1.1
postgresql : postgresql jar 8.3-603.jdbc3
mysql : mysql-connector-java jar 5.1.6
junit : junit jar 4.12

system (1)

Идентификатор библиотеки Тип Версия
com.sun » tools jar 1.6

Модули Проекта

Данный проект не имеет модулей.

Welcome to H2, the Java SQL database. Build Status

The main features of H2 are:

  • Very fast, open source, JDBC API
  • Embedded and server modes; disk-based or in-memory databases
  • Transaction support, multi-version concurrency
  • Browser based Console application
  • Encrypted databases
  • Fulltext search
  • Pure Java with small footprint: around 2.5 MB jar file size
  • ODBC driver

More information: https://h2database.com

Downloads

Download latest version or add to pom.xml:

<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>1.4.200</version>
</dependency>

Documentation

Support

com.eventsourcing

H2 Database Engine

Версии библиотеки

Версия
1.4.192