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