@@ -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.7 </version >
23
+ <version >0.10.0 </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.7 '
30
+ compile 'org.gephi:gephi-toolkit:0.10.0 '
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.7 " classifier "all"
40
+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.10.0 " classifier "all"
41
41
```
42
42
43
43
## Latest releases
@@ -48,9 +48,9 @@ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.7" classifier "all"
48
48
49
49
### Development Build
50
50
51
- - [ gephi-toolkit-0.10.0 -SNAPSHOT-all.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10-0 -SNAPSHOT&c=all ) (Jar)
51
+ - [ gephi-toolkit-0.10.1 -SNAPSHOT-all.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10-1 -SNAPSHOT&c=all ) (Jar)
52
52
53
- - [ gephi-toolkit-0.10.0 -SNAPSHOT-javadoc.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10.0 -SNAPSHOT&c=javadoc ) (Javadoc)
53
+ - [ gephi-toolkit-0.10.1 -SNAPSHOT-javadoc.jar] ( https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi-toolkit&v=0.10.1 -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.7 -SNAPSHOT</version >
87
+ <version >0.10.1 -SNAPSHOT</version >
88
88
</dependency >
89
89
...
90
90
</dependencies >
0 commit comments