tools.jar from JDK5, 6, 7, and 8.
<dependency>
<groupId>io.github.thunkware.sun</groupId>
<!-- or com.sun.tools.5, 6, or 7 -->
<artifactId>com.sun.tools.8</artifactId>
<version>0.1.0</version>
<classifier>linux_x64</classifier>
</dependency>