jhendess / gephi-openord-maven

Mavenized version of the OpenOrd layout plugin for gephi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavenized OpenOrd layout for gephi

This is a mavenized version of the OpenOrd layout plugin for Gephi. You can use this plugin e.g. if you use the Gephi toolkit in your application and want to manage dependencies with maven.

Installation

  • Checkout the repository
  • Run mvn install
  • Add the dependency to your pom.xml:
<dependency>
    <groupId>org.gephi</groupId>
    <artifactId>openord-layout-plugin</artifactId>
    <version>0.8.2</version>
</dependency>

Credits

The plugin itself was written by mbastian. The original source code can be found at the Gephi plugin repository on the openord-layout branch. I added only the pom.xml for Maven.

About

Mavenized version of the OpenOrd layout plugin for gephi


Languages

Language:Java 100.0%