GroupId | GroupIdcom.google.truth.extensions |
---|---|
ArtifactId | ArtifactIdtruth-extensions-parent |
Version | Version0.38 |
Type | Typejar |
Filename | Size |
---|---|
truth-extensions-parent-0.38.pom | 889 bytes |
truth-extensions-parent-0.38-site.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.truth.extensions/truth-extensions-parent/ -->
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>0.38</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-extensions-parent/
implementation 'com.google.truth.extensions:truth-extensions-parent:0.38'
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-extensions-parent/
implementation ("com.google.truth.extensions:truth-extensions-parent:0.38")
'com.google.truth.extensions:truth-extensions-parent:jar:0.38'
<dependency org="com.google.truth.extensions" name="truth-extensions-parent" rev="0.38">
<artifact name="truth-extensions-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.truth.extensions', module='truth-extensions-parent', version='0.38')
)
libraryDependencies += "com.google.truth.extensions" % "truth-extensions-parent" % "0.38"
[com.google.truth.extensions/truth-extensions-parent "0.38"]