is not current version
Last Version 0.23

org.truth0:truth 0.22

Relocates org.truth0:truth to com.google.truth:truth. See http://maven.apache.org/guides/mini/guide-relocation.html

GroupId

GroupId

org.truth0
ArtifactId

ArtifactId

truth
Version

Version

0.22
Type

Type

jar

Download truth 0.22


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