Skip to content

jhendess/gephi-openord-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages