t

truth

Relocates org.truth0:truth to com.google.truth:truth. See http://maven.apache.org/guides/mini/guide-relocation.html
Files download
File Operation
truth-0.23.jar download
truth-0.23.pom download
truth-0.23-sources.jar download
Apache Maven
<dependency>
  <groupId>org.truth0</groupId>
  <artifactId>truth</artifactId>
  <version>0.23</version>
</dependency>
Gradle Groovy
implementation 'org.truth0:truth:0.23'
Gradle Kotlin
implementation("org.truth0:truth:0.23")
Scala SBT
libraryDependencies += "org.truth0" % "truth" % "0.23"
Groovy Grape
@Grapes(
  @Grab(group='org.truth0', module='truth', version='0.23')
)
Apache Ivy
<dependency org="org.truth0" name="truth" rev="0.23" />
Leiningen
[org.truth0/truth "0.23"]
Apache Buildr
'org.truth0:truth:jar:0.23'