Dependency Information

Apache Maven

<dependency>
  <groupId>com.google.truth</groupId>
  <artifactId>truth-parent</artifactId>
  <version>0.31</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.google.truth:truth-parent:pom:0.31'

Apache Ivy

<dependency org="com.google.truth" name="truth-parent" rev="0.31">
  <artifact name="truth-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.google.truth', module='truth-parent', version='0.31')
)

Grails

compile 'com.google.truth:truth-parent:0.31'

Leiningen

[com.google.truth/truth-parent "0.31"]

SBT

libraryDependencies += "com.google.truth" % "truth-parent" % "0.31"