Maven 2

The easiest way to include gnu-hylafax into you Maven 2 enabled project is by including the appropriate Maven 2 artifacts into your pom.xml.

Simple GNU-HylaFAX client:

        <dependencies>
                ...
                <dependency>
                        <groupId>net.sf.gnu-hylafax</groupId>
                        <artifactId>gnu-hylafax-core</artifactId>
                        <!-- Substitute appropriate version below -->
                        <version>1.0.2</version>
                        <scope>compile</scope>
                </dependency>
                ...
        </dependencies>

Pooled GNU-HylaFAX client.

        <dependencies>
                ...
                <dependency>
                        <groupId>net.sf.gnu-hylafax</groupId>
                        <artifactId>gnu-hylafax-pool</artifactId>
                        <!-- Substitute appropriate version below -->
                        <version>1.0.2</version>
                        <scope>compile</scope>
                </dependency>
                ...
        </dependencies>

Sourceforge Repository

The latest builds and sources can be found on SourceForge here .