t

truth-parent

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