Downloads
Chipper is available under the Apache 2 license. It can be downloaded in four forms:
- the standard jar, with source code included,
- a compact jar, with no source, and no debug information,
- as a Maven dependency from central, using <dependency> <groupId>net.sourceforge.chipper</groupId> <artifactId>chipper</artifactId> <version>0.5</version> </dependency>
- or as the full source code including tests etc. using Git from
git://git.code.sf.net/p/chipper/code
.
It has no runtime dependencies, and all dependencies used in tests are in Git.