@@ -20,14 +20,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
20
20
<dependency >
21
21
<groupId >org.gephi</groupId >
22
22
<artifactId >gephi-toolkit</artifactId >
23
- <version >0.9.3 </version >
23
+ <version >0.9.6 </version >
24
24
</dependency >
25
25
```
26
26
27
27
#### From a Gradle project
28
28
29
29
```
30
- compile 'org.gephi:gephi-toolkit:0.9.3 '
30
+ compile 'org.gephi:gephi-toolkit:0.9.6 '
31
31
```
32
32
33
33
#### From a Scala SBT Project
@@ -37,7 +37,7 @@ resolvers ++= Seq(
37
37
"gephi-thirdparty" at "https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/"
38
38
)
39
39
40
- libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3 " classifier "all"
40
+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.6 " classifier "all"
41
41
```
42
42
43
43
## Latest releases
@@ -46,11 +46,11 @@ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3" classifier "all"
46
46
47
47
- Latest stable release on [ gephi.org] ( http://gephi.org/toolkit ) .
48
48
49
- ### Nightly builds (0.9.3 -SNAPSHOT)
49
+ ### Nightly builds (0.9.6 -SNAPSHOT)
50
50
51
- - [ gephi-toolkit-0.9.3 -SNAPSHOT-all.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.3 -SNAPSHOT&c=all ) (Jar)
51
+ - [ gephi-toolkit-0.9.6 -SNAPSHOT-all.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.6 -SNAPSHOT&c=all ) (Jar)
52
52
53
- - [ gephi-toolkit-0.9.3 -SNAPSHOT-javadoc.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.3 -SNAPSHOT&c=javadoc ) (Javadoc)
53
+ - [ gephi-toolkit-0.9.6 -SNAPSHOT-javadoc.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.9.6 -SNAPSHOT&c=javadoc ) (Javadoc)
54
54
55
55
### Maven
56
56
@@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t
84
84
<dependency >
85
85
<groupId >org.gephi</groupId >
86
86
<artifactId >gephi-toolkit</artifactId >
87
- <version >0.9.3 -SNAPSHOT</version >
87
+ <version >0.9.6 -SNAPSHOT</version >
88
88
</dependency >
89
89
...
90
90
</dependencies >
0 commit comments