Domino history is a simple wrapper over the browser history API, and thus all you need is a single dependency to be added to your project:
<dependency>
<groupId>org.dominokit</groupId>
<artifactId>domino-history-client</artifactId>
<version>1.0.1</version>
</dependency>
In case you are using GWT you will also need to add the following inherit directive:
<inherits name="org.dominokit.domino.client.history.History"/>