EP / tokyotyrant-java (http://code.google.com/p/tokyotyrant-java)

Java client for Tokyo Tyrant.

Clone this repository (size: 503.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/EP/tokyotyrant-java/
commit 222: b8fb51a6adf7
parent 221: 514f07493416
branch: default
Clarified project name.
Eung-ju PARK
9 months ago

Changed (Δ13 bytes):

raw changeset »

pom.xml (1 lines added, 1 lines removed)

Up to file-list pom.xml:

4
4
  <artifactId>tokyotyrant</artifactId>
5
5
  <packaging>jar</packaging>
6
6
  <version>0.9-SNAPSHOT</version>
7
  <name>tokyotyrant</name>
7
  <name>Tokyo Tyrant Java Client</name>
8
8
  <description>This module implements the pure Java client which connects to the server of Tokyo Tyrant and speaks its original binary protocol.</description>
9
9
  <url>http://code.google.com/p/tokyotyrant-java</url>
10
10