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 258: 171aac080806
parent 257: 848c57c91896
branch: default
[maven-release-plugin] prepare for next development iteration
Eung-ju PARK
4 months ago

Changed (Δ9 bytes):

raw changeset »

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

Up to file-list pom.xml:

4
4
	<groupId>tokyotyrant</groupId>
5
5
	<artifactId>tokyotyrant</artifactId>
6
6
	<packaging>jar</packaging>
7
	<version>0.10</version>
7
	<version>0.11-SNAPSHOT</version>
8
8
9
9
	<name>Tokyo Tyrant Java Client</name>
10
10
	<description>This module implements the pure Java client which connects to the server of Tokyo Tyrant and speaks its original binary protocol.</description>