t

truth-parent

Parent metdata for Truth, a Java assertion framework.
http://github.com/google/truth
The Apache Software License, Version 2.0
Christian Gruber Kurt Alfred Kluever David Saff David B
文件下载
文件名 操作
truth-parent-0.42.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.truth</groupId>
  <artifactId>truth-parent</artifactId>
  <version>0.42</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.truth:truth-parent:0.42'
Gradle Kotlin
implementation("com.google.truth:truth-parent:0.42")
Scala SBT
libraryDependencies += "com.google.truth" % "truth-parent" % "0.42"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth', module='truth-parent', version='0.42')
)
Apache Ivy
<dependency org="com.google.truth" name="truth-parent" rev="0.42" />
Leiningen
[com.google.truth/truth-parent "0.42"]
Apache Buildr
'com.google.truth:truth-parent:jar:0.42'