If you want to use it, you need to do the following. First, add jitpack repository to the pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Second, add dependency to the pom.xml:
<dependencies>
<dependency>
<groupId>com.github.sen4ik</groupId>
<artifactId>selenium-table-utility</artifactId>
<version>d5f6267</version>
</dependency>
</dependencies>