<dependency> <groupId>com.google.truth</groupId> <artifactId>truth-parent</artifactId> <version>0.31</version> <type>pom</type> </dependency>
'com.google.truth:truth-parent:pom:0.31'
<dependency org="com.google.truth" name="truth-parent" rev="0.31"> <artifact name="truth-parent" type="pom" /> </dependency>
@Grapes( @Grab(group='com.google.truth', module='truth-parent', version='0.31') )
compile 'com.google.truth:truth-parent:0.31'
[com.google.truth/truth-parent "0.31"]
libraryDependencies += "com.google.truth" % "truth-parent" % "0.31"