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
Files download
File Operation
truth-parent-1.4.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.truth</groupId>
  <artifactId>truth-parent</artifactId>
  <version>1.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.truth:truth-parent:1.4.1'
Gradle Kotlin
implementation("com.google.truth:truth-parent:1.4.1")
Scala SBT
libraryDependencies += "com.google.truth" % "truth-parent" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth', module='truth-parent', version='1.4.1')
)
Apache Ivy
<dependency org="com.google.truth" name="truth-parent" rev="1.4.1" />
Leiningen
[com.google.truth/truth-parent "1.4.1"]
Apache Buildr
'com.google.truth:truth-parent:jar:1.4.1'
Dependencies
The project has no third-party dependencies