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