License |
License |
---|---|
Categories |
CategoriesGephi General Purpose Libraries Utility |
GroupId | GroupIdorg.gephi |
ArtifactId | ArtifactIdgraphstore |
Last Version | Last Version0.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraphStore
Fast and robust in-memory graph structure for large graphs written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphstore-0.6.9.pom | |
graphstore-0.6.9.jar | 266 KB |
graphstore-0.6.9-sources.jar | 146 KB |
graphstore-0.6.9-javadoc.jar | 811 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gephi/graphstore/ -->
<dependency>
<groupId>org.gephi</groupId>
<artifactId>graphstore</artifactId>
<version>0.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.gephi/graphstore/
implementation 'org.gephi:graphstore:0.6.9'
// https://jarcasting.com/artifacts/org.gephi/graphstore/
implementation ("org.gephi:graphstore:0.6.9")
'org.gephi:graphstore:jar:0.6.9'
<dependency org="org.gephi" name="graphstore" rev="0.6.9">
<artifact name="graphstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gephi', module='graphstore', version='0.6.9')
)
libraryDependencies += "org.gephi" % "graphstore" % "0.6.9"
[org.gephi/graphstore "0.6.9"]
Group / Artifact | Type | Version |
---|---|---|
it.unimi.dsi : fastutil | jar | 8.3.0 |
colt : colt | jar | 1.2.0 |
joda-time : joda-time | jar | 2.10.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |