1. <dependency>
  2. <groupId>primitive</groupId>
  3. <artifactId>primitive</artifactId>
  4. <version>0.0.2</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.testng</groupId>
  8. <artifactId>testng</artifactId>
  9. <version>6.8.5</version>
  10. <scope>test</scope>
  11. </dependency>