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-More details on usage of JxBrowser in Maven projects is available in JxBrowser Installation instruction.platform</artifactId> <version>5.4.3</version> </dependency>