Skip to content

kumarshantanu/bitumen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitumen

A simple Java library (no XML, no annotations) to provide

  • Dependency Injection (DI)
  • JDBC access
  • Key-value store over JDBC backed database

Designed for Java 8 and beyond, compatible with Java 7 and above.

Usage

This library is in Alpha. Expect breaking changes.

Maven Coordinates

Bitumen is not on any public Maven repo yet, so you should run mvn clean install to install in the local repo.

Use the following Maven coordinates to include in your project.

  <dependencies>
    <dependency>
      <groupId>net.sf.bitumen</groupId>
      <artifactId>bitumen</artifactId>
      <version>0.1.0-SNAPSHOT</version>
    </dependency>
  </dependencies>

Documentation

See the file DOC.md in this repo for documentation.

License

Copyright © 2014-2015 Shantanu Kumar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Java client library to emulate key-value store over JDBC backed database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages