Skip to content

julianhyde/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Toolbox

A collection of miscellaneous utilities.

Prerequisites

Toolbox requires Java (1.7 or higher; 1.8 preferred), git, maven (3.2.1 or higher).

Get Toolbox

From Maven

Get Toolbox from Maven Central:

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>toolbox</artifactId>
  <version>0.3</version>
</dependency>

Download and build

$ git clone git://github.com/julianhyde/toolbox.git
$ cd toolbox
$ mvn install

More information