Skip to content

Building Iterative Reduce

emsixteeen edited this page Nov 8, 2012 · 3 revisions

Dependencies

Building From Github

git clone https://github.com/emsixteeen/IterativeReduce.git
cd IterativeReduce
mvn compile

Using in local Maven projects

To use the IterativeReduce JAR as a dependency in your Maven projects, get the source from Github:

git clone https://github.com/emsixteeen/IterativeReduce.git

Install the JAR file into the local Maven repository:

cd IterativeReduce
mvn install