g

gexf4j

This library is used to create and write GEXF files for visualizing graphs using Gephi and any other GEXF-supporting application.
https://github.com/francesco-ficarola/gexf4j
The Apache Software License, Version 2.0
Francesco Ficarola
Files download
File Operation
gexf4j-0.4.3-BETA.jar download
gexf4j-0.4.3-BETA.pom download
gexf4j-0.4.3-BETA-sources.jar download
Apache Maven
<dependency>
  <groupId>it.uniroma1.dis.wsngroup.gexf4j</groupId>
  <artifactId>gexf4j</artifactId>
  <version>0.4.3-BETA</version>
</dependency>
Gradle Groovy
implementation 'it.uniroma1.dis.wsngroup.gexf4j:gexf4j:0.4.3-BETA'
Gradle Kotlin
implementation("it.uniroma1.dis.wsngroup.gexf4j:gexf4j:0.4.3-BETA")
Scala SBT
libraryDependencies += "it.uniroma1.dis.wsngroup.gexf4j" % "gexf4j" % "0.4.3-BETA"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma1.dis.wsngroup.gexf4j', module='gexf4j', version='0.4.3-BETA')
)
Apache Ivy
<dependency org="it.uniroma1.dis.wsngroup.gexf4j" name="gexf4j" rev="0.4.3-BETA" />
Leiningen
[it.uniroma1.dis.wsngroup.gexf4j/gexf4j "0.4.3-BETA"]
Apache Buildr
'it.uniroma1.dis.wsngroup.gexf4j:gexf4j:jar:0.4.3-BETA'