@@ -19,14 +19,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
19
19
<dependency >
20
20
<groupId >org.gephi</groupId >
21
21
<artifactId >gephi-toolkit</artifactId >
22
- <version >0.9.2 </version >
22
+ <version >0.9.3 </version >
23
23
</dependency >
24
24
```
25
25
26
26
#### From a Gradle project
27
27
28
28
```
29
- compile 'org.gephi:gephi-toolkit:0.9.2 '
29
+ compile 'org.gephi:gephi-toolkit:0.9.3 '
30
30
```
31
31
32
32
#### 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.2 " classifier "all"
40
+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.3 " 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.3-SNAPSHOT </version >
87
+ <version >0.9.3</version >
88
88
</dependency >
89
89
...
90
90
</dependencies >
@@ -98,9 +98,9 @@ The Gephi Toolkit is entirely based on Gephi's source code and packages the core
98
98
99
99
### Requirements
100
100
101
- - Java JDK 7 or 8 with preferably [ Oracle Java JDK ] ( http://java.com/en/ ) .
101
+ - Java JDK 11 .
102
102
103
- - [ Apache Maven] ( http://maven.apache.org/ ) version 3.0.5 or later
103
+ - [ Apache Maven] ( http://maven.apache.org/ ) version 3.6.3 or later
104
104
105
105
### Checkout and Build the sources
106
106
0 commit comments