[gephi-dev] Maven for gephi-toolkit

Mathieu Bastian mathieu.bastian at gmail.com
Sun Dec 26 08:05:48 CET 2010


Hey guys, I wonder how we could create a Maven repository for the gephi-toolkit?

I looked at the toolkit ANT target and here is the list of the
dependencies, most of them should already be on public repositories.
Otherwise, JARs are in the build/cluster/modules/ext folder once Gephi
is built.

* Netbeans
We can probably find these on a repository, we use:
- org-openide-filesystems.jar
- org-openide-util.jar
- org-openide-util-lookup.jar
- org-openide-nodes.jar
- org-netbeans-modules-masterfs.jar
- org-openide-dialogs.jar

* BZip2
http://www.kohsuke.org/bzip2/ ?

* Batik 1.7
http://xmlgraphics.apache.org/batik/
I don't find the 1.7 version on mvnrepository.com

* Processing
http://processing.org
We currently use a out-dated version of Processing, as there are bugs
with new version. Only the core.jar is used in the toolkit.

* JCommons - JFreeChart
http://mvnrepository.com/artifact/jfree/jfreechart
http://mvnrepository.com/artifact/jfree/jcommon

* iText
http://mvnrepository.com/artifact/com.lowagie/itext

* CommonsCodec
http://mvnrepository.com/artifact/commons-codec/commons-codec

* Joda time
http://mvnrepository.com/artifact/joda-time/joda-time

* SQL Connectors JDBC
- http://mvnrepository.com/artifact/mysql/mysql-connector-java
- http://mvnrepository.com/artifact/postgresql/postgresql

* Google Collections
http://mvnrepository.com/artifact/com.google.collections/google-collections

* Stax Utils
http://mvnrepository.com/artifact/stax-utils/stax-utils

* Trove
http://mvnrepository.com/artifact/trove/trove

* xml-apis-ext
http://mvnrepository.com/artifact/xml-apis/xml-apis-ext

* JavaSCV
http://mvnrepository.com/artifact/net.sourceforge.javacsv/javacsv

Thanks for help


More information about the gephi-dev mailing list