<dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <version>1.4.4</version> </dependency>
implementation 'com.google.truth:truth:1.4.4'
implementation("com.google.truth:truth:1.4.4")
libraryDependencies += "com.google.truth" % "truth" % "1.4.4"
@Grapes( @Grab(group='com.google.truth', module='truth', version='1.4.4') )
<dependency org="com.google.truth" name="truth" rev="1.4.4" />
[com.google.truth/truth "1.4.4"]
'com.google.truth:truth:jar:1.4.4'
<parent> <groupId>com.google.truth</groupId> <artifactId>truth-parent</artifactId> <version>1.4.4</version> </parent>
compile
|-- com.google.guava:guava
|-- org.jspecify:jspecify
|-- junit:junit
|-- com.google.auto.value:auto-value-annotations
|-- com.google.errorprone:error_prone_annotations
|-- org.ow2.asm:asm
test
|-- org.gwtproject:gwt-user
|-- com.google.guava:guava-gwt
|-- com.google.guava:guava-testlib