t

truth-extensions-parent

Parent metdata for a collection of Truth extensions, Subjects, utilities for the Truth assertion framework.
Files download
File Operation
truth-extensions-parent-0.42.pom download
Apache Maven
<dependency>
  <groupId>com.google.truth.extensions</groupId>
  <artifactId>truth-extensions-parent</artifactId>
  <version>0.42</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.truth.extensions:truth-extensions-parent:0.42'
Gradle Kotlin
implementation("com.google.truth.extensions:truth-extensions-parent:0.42")
Scala SBT
libraryDependencies += "com.google.truth.extensions" % "truth-extensions-parent" % "0.42"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth.extensions', module='truth-extensions-parent', version='0.42')
)
Apache Ivy
<dependency org="com.google.truth.extensions" name="truth-extensions-parent" rev="0.42" />
Leiningen
[com.google.truth.extensions/truth-extensions-parent "0.42"]
Apache Buildr
'com.google.truth.extensions:truth-extensions-parent:jar:0.42'