@@ -21,9 +21,10 @@ see the JAVE manual for details.
21
21
22
22
| Operating System | Windows x32,x64 | MacOS x64 | MacOS m1 | Linux x32,x64 | Linux arm32,arm64 |
23
23
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
24
- | Supported? | YES | YES | YES | YES | YES |
24
+ | Supported? | YES | Partial, YES | YES | YES | YES |
25
25
26
26
Please note that the arm+win 32 bit versions are still on 4.4.0
27
+ The win32 binaries will be removed in the next release
27
28
28
29
## Projects using Jave2
29
30
* [ XR3Player] ( https://github.com/goxr3plus/XR3Player )
@@ -50,7 +51,7 @@ It includes all binaries for the supported platforms
50
51
<dependency >
51
52
<groupId >ws.schild</groupId >
52
53
<artifactId >jave-all-deps</artifactId >
53
- <version >3.3.1 </version >
54
+ <version >3.4.0 </version >
54
55
</dependency >
55
56
```
56
57
@@ -64,7 +65,7 @@ Include the following in your pom files.
64
65
<dependency >
65
66
<groupId >ws.schild</groupId >
66
67
<artifactId >jave-core</artifactId >
67
- <version >3.3.1 </version >
68
+ <version >3.4.0 </version >
68
69
</dependency >
69
70
```
70
71
@@ -75,7 +76,7 @@ and then the specific jar(s) for your platform(s) :
75
76
<dependency >
76
77
<groupId >ws.schild</groupId >
77
78
<artifactId >jave-nativebin-linux64</artifactId >
78
- <version >3.3.1 </version >
79
+ <version >3.4.0 </version >
79
80
</dependency >
80
81
```
81
82
@@ -84,7 +85,7 @@ and then the specific jar(s) for your platform(s) :
84
85
<dependency >
85
86
<groupId >ws.schild</groupId >
86
87
<artifactId >jave-nativebin-linux-arm64</artifactId >
87
- <version >3.3.1 </version >
88
+ <version >3.4.0 </version >
88
89
</dependency >
89
90
```
90
91
@@ -93,7 +94,7 @@ and then the specific jar(s) for your platform(s) :
93
94
<dependency >
94
95
<groupId >ws.schild</groupId >
95
96
<artifactId >jave-nativebin-linux-arm32</artifactId >
96
- <version >3.3.1 </version >
97
+ <version >3.4.0 </version >
97
98
</dependency >
98
99
```
99
100
@@ -102,7 +103,7 @@ and then the specific jar(s) for your platform(s) :
102
103
<dependency >
103
104
<groupId >ws.schild</groupId >
104
105
<artifactId >jave-nativebin-win64</artifactId >
105
- <version >3.3.1 </version >
106
+ <version >3.4.0 </version >
106
107
</dependency >
107
108
```
108
109
@@ -111,7 +112,7 @@ and then the specific jar(s) for your platform(s) :
111
112
<dependency >
112
113
<groupId >ws.schild</groupId >
113
114
<artifactId >jave-nativebin-osx64</artifactId >
114
- <version >3.3.1 </version >
115
+ <version >3.4.0 </version >
115
116
</dependency >
116
117
```
117
118
@@ -120,13 +121,13 @@ and then the specific jar(s) for your platform(s) :
120
121
It includes all binaries for the supported platforms
121
122
122
123
``` XML
123
- compile group: 'ws.schild', name: 'jave-all-deps', version: '3.3.1 '
124
+ compile group: 'ws.schild', name: 'jave-all-deps', version: '3.4.0 '
124
125
```
125
126
126
127
### For one platform only (Linux 64Bit in this case)
127
128
``` XML
128
- compile group: 'ws.schild', name: 'jave-core', version: '3.3.1 '
129
- compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.3.1 '
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 '
130
131
```
131
132
132
133
### Main Components of Jave2
0 commit comments