@@ -51,7 +51,7 @@ It includes all binaries for the supported platforms
5151<dependency >
5252 <groupId >ws.schild</groupId >
5353 <artifactId >jave-all-deps</artifactId >
54- <version >3.4 .0</version >
54+ <version >3.5 .0</version >
5555</dependency >
5656```
5757
@@ -65,7 +65,7 @@ Include the following in your pom files.
6565<dependency >
6666 <groupId >ws.schild</groupId >
6767 <artifactId >jave-core</artifactId >
68- <version >3.4 .0</version >
68+ <version >3.5 .0</version >
6969</dependency >
7070```
7171
@@ -76,7 +76,7 @@ and then the specific jar(s) for your platform(s) :
7676<dependency >
7777 <groupId >ws.schild</groupId >
7878 <artifactId >jave-nativebin-linux64</artifactId >
79- <version >3.4 .0</version >
79+ <version >3.5 .0</version >
8080</dependency >
8181```
8282
@@ -85,7 +85,7 @@ and then the specific jar(s) for your platform(s) :
8585<dependency >
8686 <groupId >ws.schild</groupId >
8787 <artifactId >jave-nativebin-linux-arm64</artifactId >
88- <version >3.4 .0</version >
88+ <version >3.5 .0</version >
8989</dependency >
9090```
9191
@@ -94,7 +94,7 @@ and then the specific jar(s) for your platform(s) :
9494<dependency >
9595 <groupId >ws.schild</groupId >
9696 <artifactId >jave-nativebin-linux-arm32</artifactId >
97- <version >3.4 .0</version >
97+ <version >3.5 .0</version >
9898</dependency >
9999```
100100
@@ -103,7 +103,7 @@ and then the specific jar(s) for your platform(s) :
103103<dependency >
104104 <groupId >ws.schild</groupId >
105105 <artifactId >jave-nativebin-win64</artifactId >
106- <version >3.4 .0</version >
106+ <version >3.5 .0</version >
107107</dependency >
108108```
109109
@@ -112,7 +112,7 @@ and then the specific jar(s) for your platform(s) :
112112<dependency >
113113 <groupId >ws.schild</groupId >
114114 <artifactId >jave-nativebin-osx64</artifactId >
115- <version >3.4 .0</version >
115+ <version >3.5 .0</version >
116116</dependency >
117117```
118118
@@ -121,13 +121,13 @@ and then the specific jar(s) for your platform(s) :
121121It includes all binaries for the supported platforms
122122
123123``` XML
124- compile group: 'ws.schild', name: 'jave-all-deps', version: '3.4 .0'
124+ compile group: 'ws.schild', name: 'jave-all-deps', version: '3.5 .0'
125125```
126126
127127### For one platform only (Linux 64Bit in this case)
128128``` XML
129- compile group: 'ws.schild', name: 'jave-core', version: '3.4 .0'
130- compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.4 .0'
129+ compile group: 'ws.schild', name: 'jave-core', version: '3.5 .0'
130+ compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.5 .0'
131131```
132132
133133### Main Components of Jave2
0 commit comments