Getting started
To use the Bookmark Tool, import it into your project pom.xml file as follows:
<dependency>
<groupId>com.activeviam.apps</groupId>
<artifactId>bookmark-tool</artifactId>
<version>3.2.0-AS6.0</version>
</dependency>
Modifying your project to use the Bookmark Tool
The Bookmark Tool provides two static methods as part of the BookmarkTool
class, importBookmarks
and exportBookmarks
. You can use each method in separate
parts of a project.