htmlunitmaven-repository

When will HtmlUnit Version 3 will be released?


Can anyone please let me know when will HtmlUnit Version 3 will be released in the maven repository?


Solution

  • HtmlUnit Version 3.1.0 was released at April 16, 2023. For Version 3 the groupid was changed.

    <dependency>
        <groupId>org.htmlunit</groupId>
        <artifactId>htmlunit</artifactId>
        <version>3.1.0</version>
    </dependency>
    

    As always you can find more info at the homepage https://www.htmlunit.org/.

    You can also follow HtmlUnit on twitter https://twitter.com/HtmlUnit