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