hawtdb-website

The HawtDB Website

License

License

GroupId

GroupId

org.fusesource.hawtdb
ArtifactId

ArtifactId

hawtdb-website
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

pom
Description

Description

hawtdb-website
The HawtDB Website
Project Organization

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

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

Download hawtdb-website

Filename Size
hawtdb-website-1.6.pom 8 KB
Browse

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.fusesource.hawtdb : hawtdb jar 1.6

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6