File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.10.0 </version >
23
+ <version >0.10.1 </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.10.0 '
30
+ compile 'org.gephi:gephi-toolkit:0.10.1 '
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.10.0 " classifier "all"
40
+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.10.1 " classifier "all"
41
41
```
42
42
43
43
## Latest releases
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.10.1-SNAPSHOT </version >
7
+ <version >0.10.1</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