Following is the dependency information for the various Filament main modules. This can be used to configure build tools that can pull from Maven repositories, such as: Maven, Gradle, etc.
<project> ... <dependencies> <dependency> <groupId>org.filamentgraph</groupId> <artifactId>core</artifactId> <version>0.15.1</version> </dependency> </dependencies> </project>
In Gradle, this would look like:
dependencies { compile "org.filamentgraph:core:0.15.1" }
Filament currently has its own publicly facing maven compatible repository until such time as the artifacts move to Maven Central. To access, include something like the following in your Maven POM:
<project> ... <repositories> <repository> <id>filament-site</id> <url>https://filament.svn.sourceforge.net/svnroot/filament/trunk/m2-repo/</url> </repository> </repositories> ... </project>
Filament also relies on the Meta-jb project which also has its own public repository at the time of writing this page. That repository is located here:
https://meta-jb.svn.sourceforge.net/svnroot/meta-jb/trunk/dev/m2-repo/