is not current version
Last Version 0.6.9

org.gephi:graphstore 0.4.7

Fast and robust in-memory graph structure for large graphs written in Java

Categories

Categories

Gephi General Purpose Libraries Utility
GroupId

GroupId

org.gephi
ArtifactId

ArtifactId

graphstore
Version

Version

0.4.7
Type

Type

jar

Download graphstore 0.4.7


<!-- https://jarcasting.com/artifacts/org.gephi/graphstore/ -->
<dependency>
    <groupId>org.gephi</groupId>
    <artifactId>graphstore</artifactId>
    <version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.gephi/graphstore/
implementation 'org.gephi:graphstore:0.4.7'
// https://jarcasting.com/artifacts/org.gephi/graphstore/
implementation ("org.gephi:graphstore:0.4.7")
'org.gephi:graphstore:jar:0.4.7'
<dependency org="org.gephi" name="graphstore" rev="0.4.7">
  <artifact name="graphstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gephi', module='graphstore', version='0.4.7')
)
libraryDependencies += "org.gephi" % "graphstore" % "0.4.7"
[org.gephi/graphstore "0.4.7"]