The Fig JARs, sources, and javadocs are assembled for automatic downloading through Maven. If you're not using Maven in your project, or you simply want to download the artifacts manually, feel free to browse the repository and harvest the files you need. Otherwise, if you want to download Fig the Maven way, add the following repository to your POM:
<repositories> <repository> <id>sharkysoft</id> <name>Sharkysoft libraries</name> <url>http://sharkysoft.com/maven</url> </repository> </repositories>
Next, insert one or two dependencies into your POM specifying the Fig modules you need:
<dependencies> <dependency> <groupId>com.sharkysoft.fig</groupId> <artifactId>${fig.module}</artifactId> <version>${fig.version}</version> </dependency> </dependencies>
In the snippet above, replace ${fig.module} with the appropriate module name and ${fig.version} with the appropriate version number. For more information, see Overview.