is not current version
Last Version 1.1.3

com.google.truth:truth 0.28


GroupId

GroupId

com.google.truth
ArtifactId

ArtifactId

truth
Version

Version

0.28
Type

Type

jar

Download truth 0.28


<!-- https://jarcasting.com/artifacts/com.google.truth/truth/ -->
<dependency>
    <groupId>com.google.truth</groupId>
    <artifactId>truth</artifactId>
    <version>0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.truth/truth/
implementation 'com.google.truth:truth:0.28'
// https://jarcasting.com/artifacts/com.google.truth/truth/
implementation ("com.google.truth:truth:0.28")
'com.google.truth:truth:jar:0.28'
<dependency org="com.google.truth" name="truth" rev="0.28">
  <artifact name="truth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.truth', module='truth', version='0.28')
)
libraryDependencies += "com.google.truth" % "truth" % "0.28"
[com.google.truth/truth "0.28"]