feedback / send your comments
mail to luc peuvrier
chat channel
joafip users mailing list
forums

BACK


Maven is useful if you already manage your builds and dependencies with Maven. So you can conveniently download joafip and all its dependencies, and integrate it in your build. But joafip itself is not currently built with Maven and does not follow the Maven directory layout.

The Maven repository for joafip is here (exactly were the joafip Web site is): http://joafip.sourceforge.net/

joafip core librairy:

<dependency>
    <groupId>net.sf.joafip</groupId>
    <artifactId>joafip</artifactId>
    <version>4.0.0b9</version>
</dependency>

to use log4j with joafip:

<dependency>
    <groupId>net.sf.joafip</groupId>
    <artifactId>joafip-log4j</artifactId>
    <version>4.0.0b9</version>
</dependency>



feedback / send your comments
mail to luc peuvrier
chat channel
joafip users mailing list
forums

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
© 2007-2012, joafip