is not current version
Last Version 1.1.3

com.google.truth.extensions:truth-proto-extension 1.0

An extension for the Truth test assertion framework supporting Protocol Buffers.

GroupId

GroupId

com.google.truth.extensions
ArtifactId

ArtifactId

truth-proto-extension
Version

Version

1.0
Type

Type

jar

Download truth-proto-extension 1.0


<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-proto-extension/
implementation 'com.google.truth.extensions:truth-proto-extension:1.0'
// https://jarcasting.com/artifacts/com.google.truth.extensions/truth-proto-extension/
implementation ("com.google.truth.extensions:truth-proto-extension:1.0")
'com.google.truth.extensions:truth-proto-extension:jar:1.0'
<dependency org="com.google.truth.extensions" name="truth-proto-extension" rev="1.0">
  <artifact name="truth-proto-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.truth.extensions', module='truth-proto-extension', version='1.0')
)
libraryDependencies += "com.google.truth.extensions" % "truth-proto-extension" % "1.0"
[com.google.truth.extensions/truth-proto-extension "1.0"]