@@ -37,14 +37,14 @@ Just add the following to your maven configuration or tailor to your own depende
37
37
<dependency >
38
38
<groupId >com.github.javaparser</groupId >
39
39
<artifactId >javaparser-symbol-solver-core</artifactId >
40
- <version >3.24.3 </version >
40
+ <version >3.24.4 </version >
41
41
</dependency >
42
42
```
43
43
44
44
** Gradle** :
45
45
46
46
```
47
- implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.3 '
47
+ implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.4 '
48
48
```
49
49
50
50
Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver.
@@ -59,14 +59,14 @@ Using the dependency above will add both JavaParser and JavaSymbolSolver to your
59
59
<dependency >
60
60
<groupId >com.github.javaparser</groupId >
61
61
<artifactId >javaparser-core</artifactId >
62
- <version >3.24.3 </version >
62
+ <version >3.24.4 </version >
63
63
</dependency >
64
64
```
65
65
66
66
** Gradle** :
67
67
68
68
```
69
- implementation 'com.github.javaparser:javaparser-core:3.24.3 '
69
+ implementation 'com.github.javaparser:javaparser-core:3.24.4 '
70
70
```
71
71
72
72
Since version 3.6.17 the AST can be serialized to JSON.
@@ -78,14 +78,14 @@ There is a separate module for this:
78
78
<dependency >
79
79
<groupId >com.github.javaparser</groupId >
80
80
<artifactId >javaparser-core-serialization</artifactId >
81
- <version >3.24.3 </version >
81
+ <version >3.24.4 </version >
82
82
</dependency >
83
83
```
84
84
85
85
** Gradle** :
86
86
87
87
```
88
- implementation 'com.github.javaparser:javaparser-core-serialization:3.24.3 '
88
+ implementation 'com.github.javaparser:javaparser-core-serialization:3.24.4 '
89
89
```
90
90
91
91
## How To Compile Sources
0 commit comments