TestNG Remote - the modules for running TestNG remotely. This is normally used by IDE to communicate with TestNG runtime, e.g. receive the Test Result from runtime so that can display them on IDE views.
<dependency>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-dist</artifactId>
<version>1.7.0</version>
<classifier>shaded</classifier>
</dependency>