GroupId | GroupIdcom.google.truth.extensions |
---|---|
ArtifactId | ArtifactIdtruth-proto-extension |
Version | Version1.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.truth.extensions/truth-proto-extension/ -->
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-proto-extension</artifactId>
<version>1.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-proto-extension/
implementation 'com.google.truth.extensions:truth-proto-extension:1.0-rc2'
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-proto-extension/
implementation ("com.google.truth.extensions:truth-proto-extension:1.0-rc2")
'com.google.truth.extensions:truth-proto-extension:jar:1.0-rc2'
<dependency org="com.google.truth.extensions" name="truth-proto-extension" rev="1.0-rc2">
<artifact name="truth-proto-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.truth.extensions', module='truth-proto-extension', version='1.0-rc2')
)
libraryDependencies += "com.google.truth.extensions" % "truth-proto-extension" % "1.0-rc2"
[com.google.truth.extensions/truth-proto-extension "1.0-rc2"]