t

truth

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