is not current version
Last Version 1.1.3

com.google.truth:truth-parent 0.22

Parent metdata for Truth, a pure-java, strongly typed testing proposition framework.

GroupId

GroupId

com.google.truth
ArtifactId

ArtifactId

truth-parent
Version

Version

0.22
Type

Type

jar

Download truth-parent 0.22


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