hawtdb-website

The HawtDB Website

Лицензия

Лицензия

Группа

Группа

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

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

hawtdb-website
Последняя версия

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

1.6
Дата

Дата

Тип

Тип

pom
Описание

Описание

hawtdb-website
The HawtDB Website
Организация-разработчик

Организация-разработчик

FuseSource, Corp.
Система контроля версий

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

http://github.com/chirino/hawtdb/tree/master/hawtdb-website

Скачать hawtdb-website

Имя Файла Размер
hawtdb-website-1.6.pom 8 KB
Обзор

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.9.0-1
org.scala-lang : scala-compiler jar 2.9.0-1
org.fusesource.scalate : scalate-wikitext jar 1.5.1
org.fusesource.scalate : scalate-page jar 1.5.1
org.fusesource.scalamd : scalamd jar 1.5
org.slf4j : slf4j-log4j12 jar 1.6.1

test (1)

Идентификатор библиотеки Тип Версия
org.fusesource.hawtdb : hawtdb jar 1.6

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

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

HawtDB

This library implements a fast embeddable key/value store database for Java.
It's perfect when SQL would be overkill and/or you need finer grained control over the ACID properties of the data store to increase your performance.

Features

  • Optional ACID transactions
  • Multiversion Concurrency Control (MVCC)
  • Object Caching and Object Marshaling Deferring
  • BTree and Hash Indexes

Documentation

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

Версия
1.6