@@ -14,9 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future.
14
14
15
15
### Project News
16
16
17
+ ** [ Developer Blog] [ 5 ] **
18
+
17
19
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
20
19
- ### Latest release Version 4.4 .0 / July 28 , 2024
21
+ ### Latest release Version 4.5 .0 / October 20 , 2024
20
22
21
23
## Get it!
22
24
@@ -28,7 +30,7 @@ Add to your `pom.xml`:
28
30
<dependency >
29
31
<groupId >org.htmlunit</groupId >
30
32
<artifactId >htmlunit-cssparser</artifactId >
31
- <version >4.4 .0</version >
33
+ <version >4.5 .0</version >
32
34
</dependency >
33
35
```
34
36
@@ -37,7 +39,7 @@ Add to your `pom.xml`:
37
39
Add to your ` build.gradle ` :
38
40
39
41
``` groovy
40
- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4 .0'
42
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5 .0'
41
43
```
42
44
43
45
@@ -53,7 +55,7 @@ If you use maven please add:
53
55
<dependency>
54
56
<groupId>org.htmlunit</groupId>
55
57
<artifactId>htmlunit-cssparser</artifactId>
56
- <version>4.5 .0-SNAPSHOT</version>
58
+ <version>4.6 .0-SNAPSHOT</version>
57
59
</dependency>
58
60
59
61
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -158,4 +160,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
158
160
159
161
[ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ " HtmlUnit - CSS Parser CI "
160
162
[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
161
- [ 4 ] : https://fosstodon.org/@HtmlUnit
163
+ [ 4 ] : https://fosstodon.org/@HtmlUnit
164
+ [ 5 ] : https://htmlunit.github.io/htmlunit-blog/
0 commit comments