How to install the Java artifact com.caucho.burlap with Maven
Java
Maven
pom.xml
com.caucho
burlap
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>burlap</artifactId>
<version>2.1.12</version>
</dependency>
/<dependencies>