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