File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ bazel test ...:all
8383### Maven Central (deprecated)
8484
8585> [ !WARNING]
86- > Version 2.4.2 is the last version of these packages on Maven Central.
86+ > Version 2.4.0 is the last version of this package on Maven Central.
87+ > Maintaining the Maven Central package is too much of a hassle, please
88+ > migrate to one of the other options described above.
8789
8890To depend on the core library, add the following dependency to your ` pom.xml `
8991file:
9294<dependency >
9395 <groupId >com.github.petitparser</groupId >
9496 <artifactId >petitparser-core</artifactId >
95- <version >2.4.2 </version >
97+ <version >2.4.0 </version >
9698</dependency >
9799```
98100
@@ -102,7 +104,7 @@ To also include the example grammars, use the following dependency:
102104<dependency >
103105 <groupId >com.github.petitparser</groupId >
104106 <artifactId >petitparser</artifactId >
105- <version >2.4.2 </version >
107+ <version >2.4.0 </version >
106108</dependency >
107109```
108110
You can’t perform that action at this time.
0 commit comments