Files download
File Operation
truth-0.31.jar download
truth-0.31.pom download
truth-0.31-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.truth</groupId>
  <artifactId>truth</artifactId>
  <version>0.31</version>
</dependency>
Gradle Groovy
implementation 'com.google.truth:truth:0.31'
Gradle Kotlin
implementation("com.google.truth:truth:0.31")
Scala SBT
libraryDependencies += "com.google.truth" % "truth" % "0.31"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth', module='truth', version='0.31')
)
Apache Ivy
<dependency org="com.google.truth" name="truth" rev="0.31" />
Leiningen
[com.google.truth/truth "0.31"]
Apache Buildr
'com.google.truth:truth:jar:0.31'