File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ GraphStore is an in-memory graph structure implementation written in Java. It's
2525
2626Stable releases can be found on [ Maven central] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.gephi%22%20AND%20a%3A%22graphstore%22 ) .
2727
28- Development builds can be found on [ Sonatype's Snapshot Repository] ( https://oss.sonatype.org/content/repositories/snapshots/org/gephi/graphstore/ ) .
29-
28+ Development builds can be found on Maven's snapshot repository.
3029## Documentation
3130
3231API Documentation is available [ here] ( https://www.javadoc.io/doc/org.gephi/graphstore/latest/index.html ) .
@@ -41,14 +40,14 @@ Follow [this QuickStart](https://github.com/gephi/graphstore/wiki/Quick-Start) t
4140<dependency >
4241 <groupId >org.gephi</groupId >
4342 <artifactId >graphstore</artifactId >
44- <version >0.8.6 </version >
43+ <version >0.8.7 </version >
4544</dependency >
4645```
4746
4847### From a Gradle project
4948
5049```
51- compile 'org.gephi:graphstore:0.8.6 '
50+ compile 'org.gephi:graphstore:0.8.7 '
5251```
5352
5453## Dependencies
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.gephi</groupId >
55 <artifactId >graphstore</artifactId >
6- <version >0.8.7 </version >
6+ <version >0.8.8-SNAPSHOT </version >
77 <packaging >jar</packaging >
88
99 <name >GraphStore</name >
You can’t perform that action at this time.
0 commit comments