3. you can see on the first tab called Maven a XML like this :
<pre class="style:xml"><dependency> <groupId>org.ccil.cowan.tagsoup</groupId> <artifactId>tagsoup</artifactId> <version>1.2.1</version> </dependency></pre>
4. copy that in your own maven project's pom.xml under the <dependencies> tag.