File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
16
16
17
17
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
18
19
- ### Latest release Version 3.11 .0 / February 10 , 2024
19
+ ### Latest release Version 4.0 .0 / April 1 , 2024
20
20
21
21
## Get it!
22
22
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
28
28
<dependency >
29
29
<groupId >org.htmlunit</groupId >
30
30
<artifactId >htmlunit-cssparser</artifactId >
31
- <version >3.11 .0</version >
31
+ <version >4.0 .0</version >
32
32
</dependency >
33
33
```
34
34
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
37
37
Add to your ` build.gradle ` :
38
38
39
39
``` groovy
40
- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.11 .0'
40
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.0 .0'
41
41
```
42
42
43
43
@@ -53,7 +53,7 @@ If you use maven please add:
53
53
<dependency>
54
54
<groupId>org.htmlunit</groupId>
55
55
<artifactId>htmlunit-cssparser</artifactId>
56
- <version>3.12 .0-SNAPSHOT</version>
56
+ <version>4.1 .0-SNAPSHOT</version>
57
57
</dependency>
58
58
59
59
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >4.0.0-SNAPSHOT </version >
7
+ <version >4.0.0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments