GroupId | GroupIdcom.google.truth |
---|---|
ArtifactId | ArtifactIdtruth |
Version | Version0.31 |
Type | Typejar |
Filename | Size |
---|---|
truth-0.31.pom | |
truth-0.31.jar | 137 KB |
truth-0.31-sources.jar | 96 KB |
truth-0.31-site.jar | 322 KB |
truth-0.31-javadoc.jar | 352 KB |
truth-0.31-gwt.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.truth/truth/ -->
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.truth/truth/
implementation 'com.google.truth:truth:0.31'
// https://jarcasting.com/artifacts/com.google.truth/truth/
implementation ("com.google.truth:truth:0.31")
'com.google.truth:truth:jar:0.31'
<dependency org="com.google.truth" name="truth" rev="0.31">
<artifact name="truth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.truth', module='truth', version='0.31')
)
libraryDependencies += "com.google.truth" % "truth" % "0.31"
[com.google.truth/truth "0.31"]