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.30.pom download
Apache Maven
<dependency>
  <groupId>com.google.truth.extensions</groupId>
  <artifactId>truth-extensions-parent</artifactId>
  <version>0.30</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.truth.extensions:truth-extensions-parent:0.30'
Gradle Kotlin
implementation("com.google.truth.extensions:truth-extensions-parent:0.30")
Scala SBT
libraryDependencies += "com.google.truth.extensions" % "truth-extensions-parent" % "0.30"
Groovy Grape
@Grapes(
  @Grab(group='com.google.truth.extensions', module='truth-extensions-parent', version='0.30')
)
Apache Ivy
<dependency org="com.google.truth.extensions" name="truth-extensions-parent" rev="0.30" />
Leiningen
[com.google.truth.extensions/truth-extensions-parent "0.30"]
Apache Buildr
'com.google.truth.extensions:truth-extensions-parent:jar:0.30'