File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.6 </version >
23
+ <version >0.9.7 </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.6 '
30
+ compile 'org.gephi:gephi-toolkit:0.9.7 '
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.6 " classifier "all"
40
+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.7 " classifier "all"
41
41
```
42
42
43
43
## Latest releases
@@ -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.6 -SNAPSHOT</version >
87
+ <version >0.9.7 -SNAPSHOT</version >
88
88
</dependency >
89
89
...
90
90
</dependencies >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.gephi</groupId >
6
6
<artifactId >gephi-toolkit</artifactId >
7
- <version >0.9.6 </version >
7
+ <version >0.9.7 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >gephi-toolkit</name >
You can’t perform that action at this time.
0 commit comments