We are glad to let you know that JxBrowser now can be used in Java projects based on Maven. JxBrowser libraries are available on our own public
Maven repository. In order to obtain JxBrowser JAR files using Maven you need to make the following changes to your pom.xml file:
1. Add TeamDev Maven repository to the repositories section of your pom.xml file:
<repository>
<id>com.teamdev</id>
<url>http://maven.teamdev.com/repository/products</url>
</repository>
2. Add the dependency on JxBrowser cross-platform library to the dependencies section of your pom.xml file:
<dependency>
<groupId>com.teamdev.jxbrowser</groupId>
<artifactId>jxbrowser-cross-platform</artifactId>
<version>5.4.3</version>
</dependency>
More details on usage of JxBrowser in Maven projects is available in JxBrowser
Installation instruction.