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