t

truth-parent

Parent metadata 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-1.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.truth</groupId>
  <artifactId>truth-parent</artifactId>
  <version>1.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.truth:truth-parent:1.1.5'
Gradle Kotlin
implementation("com.google.truth:truth-parent:1.1.5")
Scala SBT
libraryDependencies += "com.google.truth" % "truth-parent" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth', module='truth-parent', version='1.1.5')
)
Apache Ivy
<dependency org="com.google.truth" name="truth-parent" rev="1.1.5" />
Leiningen
[com.google.truth/truth-parent "1.1.5"]
Apache Buildr
'com.google.truth:truth-parent:jar:1.1.5'
本项目依赖
该项目无第三方依赖